-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
32 lines (32 loc) · 874 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
{
"name": "enexomaApi",
"version": "1.0.1",
"description": "Api for using with the Schellenberg/Enexoma/SmartFriends Smart Home Gateway",
"main": "EnexomaBridge.ts",
"author": "Pascâl Hartmann",
"license": "ISC",
"dependencies": {
"base-64": "^0.1.0",
"hap-nodejs": "^0.6.3",
"node-persist": "^0.0.11",
"typescript": "^3.8.3",
"typescript-logging": "^0.6.4"
},
"scripts": {
"run": "ts-node test.ts",
"postpublish": "npm run clean",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LoPablo/enexomaApi.git"
},
"bugs": {
"url": "https://github.com/LoPablo/enexomaApi/issues"
},
"homepage": "https://github.com/LoPablo/enexomaApi#readme",
"devDependencies": {
"@types/node": "^13.13.0",
"ts-node": "^8.8.2"
}
}