forked from leollo98/kubernetes-3
-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
55 lines (55 loc) · 1.76 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
49
50
51
52
53
54
55
{
"name": "API-Voll_Med",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"test:watch": "node --experimental-vm-modules node_modules/jest/bin/jest.js --detectOpenHandles --watch",
"test:coverage": "node --experimental-vm-modules node_modules/jest/bin/jest.js --detectOpenHandles --coverage",
"start": "tsc-watch --onSuccess \"node ./build/server.js\"",
"compile": "npx tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bugan/API-Voll.Med.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bugan/API-Voll.Med/issues"
},
"homepage": "https://github.com/bugan/API-Voll.Med#readme",
"dependencies": {
"dotenv": "^16.0.3",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.0",
"mysql2": "^2.3.3",
"reflect-metadata": "^0.1.13",
"typeorm": "^0.3.11"
},
"devDependencies": {
"@types/cors": "^2.8.13",
"@types/express": "^4.17.16",
"@types/jest": "^29.4.0",
"@types/node": "^18.11.18",
"@types/supertest": "^2.0.12",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"babel-jest": "^29.4.1",
"eslint": "^8.33.0",
"eslint-config-standard-with-typescript": "^33.0.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1",
"jest": "^29.4.1",
"jest-mock-extended": "^3.0.1",
"supertest": "^6.3.3",
"ts-jest": "^29.0.5",
"ts-node": "10.7.0",
"tsc-watch": "^6.0.0",
"typescript": "^4.9.5"
}
}