-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 953 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
37
38
39
40
{
"name": "domopaque-raspberry-device",
"version": "0.0.1",
"description": "",
"main": "src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run tsc && node dist/index.js",
"build": "tsc",
"tsc": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/antoniodalessio/domopaque.git"
},
"keywords": [
"domotica",
"building",
"automation",
"raspberry"
],
"author": "Antonio D'Alessio",
"license": "ISC",
"bugs": {
"url": "https://github.com/antoniodalessio/domopaque/issues"
},
"homepage": "https://github.com/antoniodalessio/domopaque#readme",
"dependencies": {
"@types/node": "^12.7.8",
"express": "^4.17.1",
"node-dht-sensor": "^0.4.0",
"onoff": "^5.0.0",
"pigpio": "^2.0.1",
"rpi-gpio": "^2.1.5",
"typescript": "^3.6.3"
},
"devDependencies": {
"reflect-metadata": "^0.1.13"
}
}