UNPKG

netpad-cli

Version:

NetPad CLI for plugin management, workflows, and more.

64 lines (63 loc) 1.56 kB
{ "name": "netpad-cli", "version": "0.8.0", "description": "NetPad CLI for plugin management, workflows, and more.", "main": "bin/netpad-cli.js", "bin": { "netpad-cli": "bin/netpad-cli.js" }, "scripts": { "start": "node bin/netpad-cli.js", "test": "jest --passWithNoTests", "lint": "eslint . --fix", "prepublishOnly": "npm test", "postinstall": "echo 'NetPad CLI installed successfully! Run: netpad-cli --help'" }, "files": [ "bin/", "commands/", "lib/", "templates/", "README.md", "CLAUDE.md" ], "keywords": [ "netpad", "plugin", "cli", "scaffolding", "workflow" ], "author": "Michael Lynn <merlynn@gmail.com>", "license": "MIT", "dependencies": { "chalk": "^4.1.2", "commander": "^11.0.0", "inquirer": "^9.0.0", "netpad-cli": "^0.6.0", "open": "^10.1.2" }, "jest": { "testEnvironment": "node", "testPathIgnorePatterns": [ "/node_modules/", "/templates/", "/qr-code-generator/" ] }, "devDependencies": { "eslint": "^8.57.0", "jest": "^29.0.0" }, "engines": { "node": ">=16.0.0" }, "repository": { "type": "git", "url": "https://github.com/mrlynn/netpad-cli.git" }, "bugs": { "url": "https://github.com/mrlynn/netpad-cli/issues" }, "homepage": "https://netpad.io" }