-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·40 lines (40 loc) · 1.16 KB
/
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
40
{
"name": "cursoTypeNodeDocker",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"compile": "tsc -w -diagnostics",
"start": "nodemon ./dist/program.js"
},
"license": "MIT",
"dependencies": {
"@types/body-parser": "^1.17.0",
"@types/compression": "^1.0.1",
"@types/cors": "^2.8.4",
"@types/express": "^4.16.0",
"@types/http-status": "^0.2.30",
"@types/json2csv": "^4.5.0",
"@types/jsonwebtoken": "^8.3.0",
"@types/mongoose": "^5.5.15",
"@types/multer": "^1.3.9",
"@types/node": "^10.12.18",
"@types/redis": "^2.8.11",
"@types/request": "^2.48.3",
"@types/uuid": "^3.4.5",
"body-parser": "^1.18.3",
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^4.16.4",
"http-status": "^1.3.1",
"json2csv": "^4.5.3",
"jsonwebtoken": "^8.4.0",
"mongoose": "^5.6.11",
"multer": "^1.4.1",
"nodemon": "^1.19.2",
"redis": "^2.8.0",
"request": "^2.88.0",
"ts-node": "^7.0.1",
"typescript": "3.4.5",
"uuid": "^3.3.3"
}
}