-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 859 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "@timekadel/lazy",
"version": "1.0.21",
"description": "Node.js API framework made by lazy developers for lazy developers",
"main": "./index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"API",
"framework",
"ORM",
"MySQL",
"integration testing",
"lazy",
"express",
"socket.io"
],
"repository": {
"type": "git",
"url": "https://github.com/timekadel/lazy"
},
"author": "roomz",
"license": "MIT",
"dependencies": {
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-csp-header": "^4.0.0",
"fs": "0.0.1-security",
"mysql2": "^2.2.5",
"socket.io": "^2.3.0",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"chalk": "^4.1.0",
"mocha": "^8.2.1"
}
}