-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
46 lines (46 loc) · 1.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
45
46
{
"name": "neo-app",
"version": "8.0.0",
"description": "neo.mjs: Create app via npx",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/neomjs/create-app"
},
"scripts": {
"neo-app": "node ./tasks/neo-app.mjs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"neo-app": "./tasks/neo-app.mjs"
},
"keywords": [
"neomjs",
"neo.mjs",
"javascript",
"frontend",
"framework",
"webworker",
"ecmascript",
"css",
"json"
],
"author": "Tobias Uhlig",
"license": "MIT",
"bugs": {
"url": "https://github.com/neomjs/create-app/issues"
},
"homepage": "https://neomjs.github.io/pages/",
"dependencies": {
"call-bind": "1.0.2",
"chalk": "^5.3.0",
"commander": "^11.0.0",
"envinfo": "^7.10.0",
"fs-extra": "^11.1.1",
"inquirer": "^9.2.11"
},
"funding": {
"type": "GitHub Sponsors",
"url": "https://github.com/sponsors/tobiu"
}
}