-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 733 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 733 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
{
"name": "tradfritest",
"version": "1.0.0",
"description": "Server for smart home app",
"main": "Server.js",
"dependencies": {
"@types/mongodb": "^3.6.3",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"mongodb": "^3.6.4",
"tape": "4.9.1",
"ts-node": "7.0.0",
"typescript": "^4.0.3",
"uuid": "^8.3.2"
},
"type": "commonjs",
"devDependencies": {
"@types/color": "^3.0.1",
"@types/express": "^4.17.11",
"color": "^3.1.2",
"es6": "0.0.7",
"tape": "^4.9.1",
"ts-node": "^7.0.0",
"tslint": "^5.12.1"
},
"scripts": {
"test": "ts-node ./src/App.ts",
"start": "ts-node ./src/App.ts"
},
"author": "",
"license": "ISC"
}