-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 842 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 842 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
{
"name": "phoneAccessback",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"teststart": "nodemon index.js",
"build": "npx webpack",
"test": "echo \"Error: no tesst specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.1",
"crypto": "^1.0.1",
"crypto-js": "^4.1.1",
"dateformat": "^4.5.1",
"ejs": "^3.1.6",
"express": "^4.17.2",
"express-error-handler": "^1.1.0",
"express-rate-limit": "^6.2.0",
"ini": "^2.0.0",
"mysql": "^2.18.1",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2",
"winston": "^3.5.1",
"winston-daily-rotate-file": "^4.6.0"
}
}