-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathpackage.json
43 lines (43 loc) · 973 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
41
42
43
{
"name": "@quick-start/create-electron",
"version": "1.0.24",
"description": "An easy way to start an Electron project",
"main": "index.js",
"bin": {
"create-electron": "index.js"
},
"files": [
"index.js",
"template",
"utils"
],
"scripts": {
"snapshot": "zx ./scripts/snapshot.mjs"
},
"keywords": [
"electron",
"vite",
"vue",
"react",
"svelte",
"template",
"boilerplate"
],
"author": "Alex Wei<https://github.com/alex8088>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/alex8088/quick-start.git",
"directory": "packages/create-electron"
},
"bugs": {
"url": "https://github.com/alex8088/quick-start/issues"
},
"homepage": "https://github.com/alex8088/quick-start/tree/master/packages/create-electron#readme",
"dependencies": {
"js-yaml": "^4.1.0",
"kolorist": "^1.8.0",
"minimist": "^1.2.8",
"prompts": "^2.4.2"
}
}