UNPKG

lerna-command-preset-gpm

Version:
39 lines (38 loc) 987 B
{ "name": "lerna-command-preset-gpm", "version": "0.0.19", "publishConfig": { "access": "public" }, "author": "imcuttle <imcuttle@163.com>", "description": "gpm commands preset", "main": "command", "scripts": { "test": "../../scripts/run test", "packlimit": "../../scripts/run packlimit", "dev": "npm run build -- --watch", "version": "npm test && npm run packlimit" }, "dependencies": { "lerna-command-gpm-alias": "^0.0.2", "lerna-command-gpm-check": "^0.0.19", "lerna-command-gpm-import": "^0.0.17", "lerna-command-gpm-lock": "^0.0.19", "lerna-command-gpm-pull": "^0.0.19", "lerna-command-gpm-push": "^0.0.19", "lerna-command-gpm-update": "^0.0.18" }, "keywords": [ "imcuttle", "preset-gpm", "imcuttle", "lerna", "commands", "lerna-commands" ], "repository": { "type": "git", "url": "git+https://github.com/imcuttle/lerna-gpm.git", "directory": "packages/preset-gpm" } }