-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 857 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
{
"name": "circle-commander",
"version": "0.0.1",
"description": "",
"main": "app/main.js",
"scripts": {
"start": "set NODE_ENV=development && electron . ",
"build-dev": "set NODE_ENV=development && webpack --config app/webpack.config.js ",
"build-dev-watch": "set NODE_ENV=development && webpack --config app/webpack.config.js --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Carq/circle-commander.git"
},
"author": "Carq",
"license": "ISC",
"bugs": {
"url": "https://github.com/Carq/circle-commander/issues"
},
"homepage": "https://github.com/Carq/circle-commander#readme",
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"babel-loader": "^8.2.2",
"electron": "^15.1.1",
"webpack": "^5.58.2",
"webpack-cli": "^4.9.0"
}
}