-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.02 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.02 KB
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
{
"name": "remoteview",
"version": "1.0.0",
"description": "",
"main": "app/main/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "concurrently \"npm run start:render\" \"wait-on http://localhost:3000 && npm run start:main\"",
"start:main": "electron .",
"start:render": "cd app/render/src/main && npm start",
"rebuild": "electron-rebuild",
"build": "webpack --config webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xinyuehtx/RemoteView.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/xinyuehtx/RemoteView/issues"
},
"homepage": "https://github.com/xinyuehtx/RemoteView#readme",
"devDependencies": {
"concurrently": "^5.2.0",
"electron-is-dev": "^1.2.0",
"electron-rebuild": "^1.11.0",
"wait-on": "^5.0.0"
},
"dependencies": {
"electron": "^9.0.2",
"electron-is-dev": "^1.2.0",
"robotjs": "^0.6.0",
"vkey": "^1.0.1",
"ws": "^7.3.0"
}
}