-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
44 lines (44 loc) · 1 KB
/
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
44
{
"name": "create-nextron-app",
"version": "5.2.0",
"description": "Create nextron (Next.js + Electron) apps in one command",
"repository": "[email protected]:saltyshiomix/create-nextron-app.git",
"author": "Shiono Yoshihide <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/saltyshiomix/create-nextron-app",
"keywords": [
"electron",
"nextjs",
"next.js",
"react",
"nextron",
"create-nextron-app"
],
"bugs": {
"url": "https://github.com/saltyshiomix/create-nextron-app/issues",
"email": "[email protected]"
},
"files": [
"index.js",
"spinner.js"
],
"bin": {
"create-nextron-app": "index.js"
},
"scripts": {
"dev": "rimraf workspace && node dev.js"
},
"dependencies": {
"@octokit/rest": "20.1.0",
"arg": "5.0.2",
"chalk": "4.1.2",
"got": "11.8.6",
"make-dir": "3.1.0",
"ora": "5.4.1",
"tar": "7.0.0"
},
"devDependencies": {
"execa": "^5.1.1",
"rimraf": "^3.0.2"
}
}