-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 988 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
{
"name": "retrobox-overlay",
"version": "0.0.1",
"description": "The Node.js deamon script to make retrobox a connected console",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "env NODE_ENV=development nodemon app.js",
"build": "pkg --targets node10-linux-armv6 --output build app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/retrobox/overlay.git"
},
"keywords": [
"websocket",
"retrobox",
"thingmill",
"node"
],
"author": "Thingmill <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/retrobox/overlay/issues"
},
"homepage": "https://github.com/retrobox/overlay#readme",
"dependencies": {
"cross-port-killer": "^1.2.1",
"dotenv": "^8.2.0",
"localtunnel": "^2.0.0",
"node-pty": "^0.9.0",
"node-pty-prebuilt": "^0.7.6",
"node-wifi": "^2.0.12",
"socket.io": "^2.2.0"
},
"devDependencies": {
"pkg": "^4.4.0"
}
}