-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.02 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
41
42
43
{
"name": "coodesh-challenge",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"dev": "ts-node-dev ./src/main/server.ts",
"build": "tsc -p ."
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/express": "^4.17.13",
"@types/jasmine": "^4.0.0",
"@types/jest": "^27.4.1",
"@types/node-cron": "^3.0.1",
"jasmine-core": "^4.0.1",
"jest": "^27.5.1",
"karma": "^6.3.17",
"karma-chrome-launcher": "^3.1.1",
"karma-jasmine": "^4.0.1",
"karma-webpack": "^5.0.0",
"supertest": "^6.2.2",
"ts-jest": "^27.1.3",
"ts-loader": "^9.2.8",
"ts-node-dev": "^1.1.8",
"tsconfig-paths": "^3.14.1",
"tscpaths": "^0.0.9",
"typescript": "^4.6.2",
"webpack": "^5.70.0",
"webpack-dev-server": "^4.7.4"
},
"dependencies": {
"axios": "^0.26.1",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"express-async-errors": "^3.1.1",
"mongoose": "^6.2.7",
"node-cron": "^3.0.0"
}
}