-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 739 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 739 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
{
"name": "dbms_server",
"version": "1.0.0",
"main": "src/index.ts",
"license": "MIT",
"scripts": {
"build": "tsc",
"start": "ts-node ."
},
"dependencies": {
"@types/express": "^4.17.13",
"@types/ip-address": "^7.0.0",
"body-parser": "^1.19.1",
"class-transformer": "^0.3.1",
"class-validator": "^0.13.2",
"dotenv": "^10.0.0",
"express": "^4.17.2",
"ip-address": "^8.1.0",
"log4js": "^6.3.0",
"node-fetch": "^2.6.1",
"nodemon": "^2.0.15",
"pg": "^8.7.1",
"reflect-metadata": "^0.1.13",
"routing-controllers": "^0.9.0",
"ts-node": "^10.4.0",
"typeorm": "^0.2.41",
"typescript": "^4.5.4"
},
"devDependencies": {
"@types/node": "^17.0.3"
}
}