-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 894 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
{
"name": "humble-switch-bemfa",
"version": "1.0.0",
"description": "小爱同学(miot)通过巴法云(bemfa)控制电脑开关机",
"scripts": {
"pre": "npm i && copy .\\src\\config\\conf.bemfa.example.ts .\\src\\config\\conf.bemfa.ts && copy .\\src\\config\\conf.computer.example.ts .\\src\\config\\conf.computer.ts",
"serve": "ts-node ./src/index.ts",
"build": "tsc && copy .\\package.json .\\dist\\",
"docs": "docsify serve docs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"miot",
"bemfa",
"小爱同学",
"iot",
"on/off pc",
"wol",
"ssh"
],
"author": "Humility",
"license": "MIT",
"dependencies": {
"child_process": "^1.0.2",
"mqtt": "^4.3.7",
"ssh2": "^1.14.0",
"wake_on_lan": "^1.0.0"
},
"devDependencies": {
"@types/node": "^20.4.1",
"ts-node": "^10.9.2"
}
}