-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 583 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 583 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
{
"name": "node_app",
"version": "1.0.0",
"description": "",
"main": "build/boot.js",
"scripts": {
"start:dev": "nodemon",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/node": "10.12.21",
"ansi-styles": "4.3.0",
"axios": "0.21.0",
"express": "4.17.1",
"request-ip": "2.1.3",
"dayjs": "1.11.13",
"dotenv": "17.2.1"
},
"devDependencies": {
"nodemon": "2.0.6",
"ts-node": "8.0.2",
"typescript": "3.3.1"
}
}