UNPKG

extra-npm

Version:

Common utility commands for npm packages.

63 lines (62 loc) 1.44 kB
{ "name": "extra-npm", "version": "3.0.37", "description": "Common utility commands for npm packages.", "preferGlobal": true, "main": "index.sh", "bin": { "enpm": "index.sh", "extra-npm": "index.sh" }, "scripts": { "test": "exit", "deploy": "node ./build.js && ebuild github+publish --publishMin=false --publishBranch=false" }, "keywords": [ "cli", "terminal", "console", "extra", "npm", "clone", "help", "init", "push", "rev-parse", "search", "validate", "view", "which" ], "author": "wolfram77@gmail.com", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/nodef/extra-npm.git" }, "bugs": { "url": "https://github.com/nodef/extra-npm/issues" }, "homepage": "https://github.com/nodef/extra-npm#readme", "devDependencies": { "extra-build": "^1.4.2", "html-entities": "^2.3.2", "markdown-to-text": "^0.1.1" }, "dependencies": { "dot-prop": "^6.0.1", "extra-boolean": "^1.8.1", "got": "^11.8.2", "kleur": "^4.1.4", "list-npm-contents": "^1.0.2", "npm-package-stars": "^1.0.0", "npm-package-versions": "^1.0.1", "npm-user-validate": "^1.0.1", "npm-which": "^3.0.1", "package-json": "^7.0.0", "promptly": "^3.2.0", "semver": "^7.3.5", "validate-npm-package-license": "^3.0.4", "validate-npm-package-name": "^3.0.0" } }