-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.34 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
47
48
49
50
51
52
53
54
55
{
"name": "nopalm",
"version": "1.0.0",
"description": "One stop graphical solution to create and manage your local Node.Js projects end to end.",
"main": "lib/index.js",
"bin": {
"nopalm": "./lib/index.js"
},
"dependencies": {
"axios": "^1.6.8",
"cors": "^2.8.5",
"express": "^4.17.1",
"fs-extra": "^11.2.0",
"website-logo": "^2.0.0",
"winston": "^3.12.0"
},
"devDependencies": {
"nodemon": "^2.0.4"
},
"keywords": [
"node",
"npm",
"cli",
"command-line",
"package-manager",
"dependency-management",
"nodejs",
"workspace-management",
"node-package-manager",
"node-project-management",
"node-project-scaffold",
"node-project-generator",
"graphical-tool",
"project-generator",
"ai-project-management",
"node-ai",
"yarn",
"node-developer-tool",
"node-client",
"client",
"dependencies",
"gui",
"npm-gui",
"node-gui",
"local-development"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "cp -ar client/build/. public/ && node ./lib/",
"postinstall": "node ./lib/scripts/addon --methodToExecute='createCopiedAddonFolder'"
},
"repository": "https://github.com/existentialcoder/nopalm.git",
"author": "Shravan Balasubramanian <shravanayyappa@gmail.com>",
"license": "ISC"
}