-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.41 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.41 KB
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
47
48
{
"name" : "neo-app",
"version" : "12.1.0",
"description" : "Neo.mjs: Create app via npx",
"type" : "module",
"repository" : {
"type": "git",
"url" : "git+https://github.com/neomjs/create-app.git"
},
"scripts" : {
"ai:mcp-server-github-workflow": "node ./node_modules/neo.mjs/ai/mcp/server/github-workflow/mcp-stdio.mjs -c ./ai/mcp/server/github-workflow/config.json",
"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.com/",
"dependencies": {
"call-bind": "1.0.8",
"chalk" : "^5.6.2",
"commander": "^14.0.3",
"envinfo" : "^7.21.0",
"fs-extra" : "^11.3.4",
"inquirer" : "^13.3.0",
"neo.mjs" : "^12.1.0"
},
"funding" : {
"type": "GitHub Sponsors",
"url" : "https://github.com/sponsors/tobiu"
}
}