-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 872 Bytes
/
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
{
"name": "smart_light_server",
"version": "1.0.0",
"description": "",
"main": "build/backend/server.js",
"scripts": {
"start": "npx nodemon",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "gregordr",
"license": "ISC",
"dependencies": {
"@hapi/joi": "^17.1.1",
"@hapi/joi-date": "^2.0.1",
"@types/express": "^4.17.7",
"@types/hapi__joi": "^17.1.4",
"@types/mongoose": "^5.7.34",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"date-fns": "^2.15.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"joi-date-extensions": "^1.2.0",
"mongoose": "^5.9.26",
"node-lifx-lan": "^0.4.2",
"udp-packet": "^2.0.0",
"v8": "^0.1.0"
},
"devDependencies": {
"@types/node": "^14.0.27",
"nodemon": "^2.0.4",
"ts-node-dev": "^1.0.0-pre.56",
"typescript": "^3.9.7"
}
}