-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 922 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 922 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": "scheduler-express",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"tsc": "tsc",
"dev": "nodemon src/service/server.ts",
"prod": "ts-node service/server.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/axios": "^0.14.0",
"@types/express": "^4.17.11",
"@types/express-validator": "^3.0.0",
"@types/luxon": "^1.25.0",
"@types/mocha": "^8.2.0",
"@types/mongodb": "^3.6.3",
"@types/morgan": "^1.9.2",
"@types/node-schedule": "^1.3.1",
"axios": "^0.21.1",
"express": "^4.17.1",
"express-validator": "^6.9.2",
"luxon": "^1.25.0",
"mocha": "^8.2.1",
"mongodb": "^3.6.3",
"morgan": "^1.10.0",
"morgan-body": "^2.6.4",
"node-schedule": "^1.3.2",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
}
}