-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 915 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
36
{
"name": "domobot",
"version": "0.0.1",
"description": "Domobot is bot for Domotique",
"main": "./build/index.js",
"scripts": {
"start:dev": "nodemon --inspect",
"start": "npm run build && node build/index.js",
"build": "rimraf ./build && tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/simonradier/domobot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/simonradier/domobot/issues"
},
"homepage": "https://github.com/simonradier/domobot#readme",
"devDependencies": {
"@types/node": "^14.0.13",
"@types/bent": "^7.0.2",
"nodemon": "^2.0.4",
"rimraf": "^3.0.2",
"ts-node": "^8.10.2",
"typescript": "^3.9.5"
},
"dependencies": {
"bent": "^7.3.6",
"chalk": "^4.1.0",
"rxjs": "^6.6.0",
"sqlite": "^4.0.11"
}
}