-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 772 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 772 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
{
"name": "iot-witai",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node ./dist/backend/app.js",
"dev": "nodemon ./src/backend/app.ts",
"build": "tsc -p ."
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/express": "^4.17.8",
"@types/node": "^14.6.4",
"nodemon": "^2.0.4",
"ts-node": "^9.0.0"
},
"dependencies": {
"@types/body-parser": "^1.19.0",
"@types/mongoose": "^5.7.36",
"@types/mqtt": "^2.5.0",
"@types/node-wit": "^4.2.2",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"mongoose": "^5.10.7",
"mqtt": "^4.2.1",
"node-wit": "^6.0.0",
"path": "^0.12.7"
}
}