-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 874 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 874 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": "deviceconfigmanager",
"version": "2.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"start": "tsc && node build/index.js",
"build": "tsc"
},
"keywords": [],
"author": "versx",
"license": "ISC",
"devDependencies": {
"@types/bcryptjs": "^2.4.4",
"@types/cors": "^2.8.14",
"@types/express": "^4.17.17",
"@types/jsonwebtoken": "^9.0.3",
"@types/node": "^20.6.5",
"@types/validator": "^13.11.1",
"typescript": "^5.2.2"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"express": "^4.18.2",
"helmet": "^7.0.0",
"jsonwebtoken": "^9.0.2",
"mariadb": "^3.2.1",
"moment-timezone": "^0.5.43",
"reflect-metadata": "^0.1.13",
"rotating-file-stream": "^3.1.1",
"sequelize": "^6.33.0",
"sequelize-typescript": "^2.1.6",
"tslog": "^4.9.2"
}
}