-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) 路 730 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) 路 730 Bytes
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
{
"name": "lol-champ-selector",
"repository": "",
"version": "1.0.0",
"description": "LoL Champion Selector Chatbot",
"main": "main.js",
"scripts": {
"start": "electron main.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Jiahui",
"license": "ISC",
"devDependencies": {
"electron": "^3.0.2",
"electron-rebuild": "^2.3.5",
"grpc-tools": "^1.11.1",
"grpc_tools_node_protoc_ts": "^5.1.3",
"electron-reloader": "^1.2.0"
},
"dependencies": {
"google-protobuf": "^3.15.7",
"grpc": "^1.24.6",
"remote": "^0.2.6"
},
"postinstall": "npm rebuild --target=3.15.7 --runtime=electron --dist-url=https://atom.io/download/electron"
}