-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 841 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 841 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
{
"scripts": {
"build": "webpack",
"test": "NODE_ENV=development jest",
"test-watch": "npm test -- --watch"
},
"dependencies": {
"body-parser": "^1.20.0",
"cors": "^2.8.5",
"express": "^4.18.0",
"mysql": "^2.18.1",
"run-node-webpack-plugin": "^1.3.0"
},
"name": "node-new",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"devDependencies": {
"babel-loader": "^8.2.5",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"eslint": "^8.14.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-standard": "^5.0.0",
"jest": "^28.1.0",
"supertest": "^6.2.3",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2"
}
}