-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 960 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
40
{
"name": "new-electron-app",
"version": "1.1.10",
"description": "Create an Electron app in less than a minute!",
"main": "./src/index.js",
"scripts": {
"start": "node ./src/index.js"
},
"bin": {
"new-electron-app": "./src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sanjaysunil/create-electron-app.git"
},
"keywords": [
"create-electron-app",
"electron-boilerplate",
"electron"
],
"author": {
"name": "Sanjay Sunil",
"email": "[email protected]",
"url": "https://sanjaysunil.me"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/sanjaysunil/create-electron-app/issues"
},
"homepage": "https://github.com/sanjaysunil/create-electron-app#readme",
"dependencies": {
"chalk": "^5.0.0",
"download": "^8.0.0",
"ora": "^5.2.0"
},
"devDependencies": {
"eslint": "^8.0.1",
"eslint-config-google": "^0.14.0"
}
}