UNPKG

nopalm

Version:

One stop graphical solution to create and manage your local Node.Js projects end to end.

87 lines (86 loc) 2.18 kB
{ "name": "nopalm", "description": "One stop graphical solution to create and manage your local Node.Js projects end to end.", "main": "lib/index.js", "version": "1.0.11", "bin": { "nopalm": "lib/index.js" }, "engines": { "node": "20" }, "type": "module", "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": { "@commitlint/cli": "^19.7.1", "@commitlint/config-conventional": "^19.7.1", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "@semantic-release/npm": "^12.0.1", "husky": "^8.0.0", "nodemon": "^2.0.4", "semantic-release": "^24.2.2" }, "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": { "lint": "echo \"No lint for now\"", "test": "echo \"No tests for now\"", "copy-client-build": "cp -ar client/dist/. public/", "build-client": "rm -rf build/ && cd client/ && yarn build && cd .. && yarn copy-client-build", "postinstall": "node ./lib/scripts/addon --methodToExecute='createCopiedAddonFolder'", "prepare": "husky install", "release": "semantic-release" }, "repository": { "type": "git", "url": "git+https://github.com/existentialcoder/nopalm.git" }, "author": "Shravan Balasubramanian <shravanayyappa@gmail.com>", "license": "ISC", "bugs": { "url": "https://github.com/existentialcoder/nopalm/issues" }, "homepage": "https://github.com/existentialcoder/nopalm#readme", "directories": { "lib": "lib" }, "files": [ "lib", "public", "images", "addon" ] }