UNPKG

prm-cli

Version:

Registry Manager for Package Management Tools

49 lines (48 loc) 1.08 kB
{ "name": "prm-cli", "version": "0.0.35", "description": "Registry Manager for Package Management Tools", "main": "./src/index.ts", "scripts": { "test": "node bin/index.js ls", "dev": "sudo npm link", "build": "tsc && chmod +x ./bin/index.js", "type": "tsc -p ./tsconfig.json -emitDeclarationOnly", "pub": "npm publish --registry https://registry.npmjs.org" }, "bin": { "prm": "./bin/index.js" }, "files": [ "bin", "types", "src", "package.json", "README.md", "LICENSE" ], "keywords": [ "registry", "npm", "package management tools" ], "author": "荣顶", "license": "MIT", "homepage": "https://github.com/wangrongding/prm-cli/", "repository": { "type": "git", "url": "https://github.com/wangrongding/prm-cli.git" }, "dependencies": { "chalk": "4.1.0", "commander": "^9.5.0", "cross-spawn": "^7.0.6", "npm": "3.10.3", "request": "^2.88.2", "ts-node": "^10.9.2", "typescript": "^4.9.5" }, "devDependencies": { "@types/node": "^18.19.3" } }