forked from henry-spanka/nubli
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
52 lines (52 loc) · 1.34 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "nubli",
"version": "1.0.1",
"description": "Nuki Bluetooth Library",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepare": "npm run build",
"build": "./node_modules/typescript/bin/tsc",
"build-watch": "./node_modules/typescript/bin/tsc -w",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"node",
"nuki",
"smartlock",
"smart-lock",
"smarthome",
"bluetooth",
"library"
],
"repository": {
"type": "git",
"url": "git://github.com/henry-spanka/nubli.git"
},
"bugs": {
"url": "https://github.com/henry-spanka/nubli/issues"
},
"author": "Henry Spanka",
"license": "MIT",
"os": [
"linux",
"darwin"
],
"devDependencies": {
"@types/crc": "^3.4.0",
"@types/express": "^4.17.8",
"@types/libsodium-wrappers": "^0.7.5",
"@types/noble": "0.0.38",
"@types/node": "^10.12.21",
"typescript": "^3.3.1"
},
"dependencies": {
"@abandonware/noble": "1.9.2-10",
"array-buffer-to-hex": "^1.0.0",
"crc": "^3.8.0",
"express": "^4.17.1",
"fs": "0.0.1-security",
"hex-to-array-buffer": "^1.1.0",
"libsodium-wrappers": "^0.7.4"
}
}