lerna-command-gpm-update
Version:
update git repo
39 lines (38 loc) • 957 B
JSON
{
"name": "lerna-command-gpm-update",
"version": "0.0.18",
"publishConfig": {
"access": "public"
},
"author": "imcuttle <imcuttle@163.com>",
"description": "update git repo",
"main": "src",
"scripts": {
"test": "../../scripts/run test",
"packlimit": "../../scripts/run packlimit",
"dev": "npm run build -- --watch",
"version": "npm test && npm run packlimit"
},
"dependencies": {
"@lerna/filter-options": "^4.0.0",
"@lerna/validation-error": "^4.0.0",
"fs-extra": "^10.0.0",
"lerna-command-gpm-import": "^0.0.17",
"lerna-utils-git-command": "^0.0.12",
"lerna-utils-globs-command": "^0.0.13",
"lerna-utils-gpm": "^0.0.13"
},
"keywords": [
"imcuttle",
"gpm-update",
"imcuttle",
"lerna",
"commands",
"lerna-commands"
],
"repository": {
"type": "git",
"url": "git+https://github.com/imcuttle/lerna-gpm.git",
"directory": "packages/gpm-update"
}
}