-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
43 lines (43 loc) · 1.11 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
{
"name": "sugar-wifi-conf",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"pkg": "rm -rf build && mkdir build && pkg -t node18-linux-armv7 -o ./build/sugar-wifi-conf index.js",
"pkg64": "rm -rf build && mkdir build && pkg -t node18-linux-arm64 -o ./build/sugar-wifi-conf-64 index.js",
"tar": "tar -zcvf release/sugar-wifi-conf.tar.gz build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PiSugar/sugar-wifi-conf.git"
},
"keywords": [
"raspberrypi",
"raspberry",
"wifi",
"ble",
"config",
"miniapp",
"weixin",
"wechat"
],
"author": "Jdaie Lin",
"license": "ISC",
"bugs": {
"url": "https://github.com/PiSugar/sugar-wifi-conf/issues"
},
"homepage": "https://github.com/PiSugar/sugar-wifi-conf#readme",
"dependencies": {
"@abandonware/bleno": "^0.6.1"
},
"devDependencies": {
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-stage-2": "^6.11.0",
"pkg": "^5.8.1"
},
"resolutions": {
"pkg/pkg-fetch": "^3.2"
}
}