-
-
Notifications
You must be signed in to change notification settings - Fork 96
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 690 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 690 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": "overmind-devtools",
"version": "29.0.4",
"description": "Overmind devtool",
"main": "src/main.js",
"author": "Christian Alfoni <christianalfoni@gmail.com>",
"license": "MIT",
"repository": "git+https://github.com/cerebral/overmind.git",
"bin": {
"overmind-devtools": "bin.js"
},
"scripts": {
"start": "electron .",
"prod": "NODE_ENV=production electron . --not-packaged=true",
"build": "rimraf devtoolsDist && cp -R ../overmind-devtools-client/dist devtoolsDist"
},
"keywords": [
"overmind",
"devtool"
],
"dependencies": {
"electron": "^26.2.1",
"electron-json-storage": "^4.6.0",
"overmind-devtools-client": "next",
"ws": "^8.14.1"
}
}