-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
48 lines (48 loc) · 1.19 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
44
45
46
47
48
{
"name": "kmamiz",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"start": "ts-node .",
"test": "jest --verbose",
"test-watch": "jest --watchAll --verbose --detectOpenHandles",
"coverage": "jest --verbose --coverage"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"async-exit-hook": "^2.0.1",
"axios": "^1.2.2",
"compressing": "^1.7.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"cron": "^2.2.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-cache-controller": "^1.1.0",
"json-to-ts": "^1.7.0",
"mongoose": "^6.8.3",
"npmlog": "^7.0.1",
"openapi-types": "^12.1.0",
"yamljs": "^0.3.0"
},
"devDependencies": {
"@types/async-exit-hook": "^2.0.0",
"@types/compression": "^1.7.2",
"@types/cors": "^2.8.13",
"@types/cron": "^2.0.0",
"@types/express": "^4.17.15",
"@types/jest": "^29.2.5",
"@types/mongoose": "^5.11.97",
"@types/node": "^18.11.18",
"@types/npmlog": "^4.1.4",
"@types/yamljs": "^0.2.31",
"jest": "^29.3.1",
"ts-jest": "^29.0.4",
"ts-node": "^10.9.1",
"tslib": "^2.4.1",
"typescript": "^4.9.4"
}
}