-
Notifications
You must be signed in to change notification settings - Fork 111
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 885 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 885 Bytes
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
{
"name": "codeX_BasicCRUDexample",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "nyc --reporter=html --reporter=text mocha",
"start": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.9.2",
"dayjs": "^1.11.3",
"express": "^4.10.2",
"express-flash": "0.0.2",
"express-handlebars": "^3.0.0",
"express-myconnection": "^1.0.4",
"express-session": "^1.15.6",
"lodash": "^4.17.21",
"mysql": "^2.5.3",
"pg": "^7.4.3",
"pg-promise": "^10.11.1",
"prompt": "^0.2.14"
},
"devDependencies": {
"eslint": "^8.20.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-promise": "^6.0.0",
"mocha": "^5.2.0",
"nyc": "^12.0.2"
}
}