1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "@lerna/check-working-tree",
- "version": "4.0.0",
- "description": "Check git working tree status and error appropriately",
- "keywords": [
- "lerna",
- "utils",
- "git",
- "tree"
- ],
- "author": "Daniel Stockman <daniel.stockman@gmail.com>",
- "homepage": "https://github.com/lerna/lerna/tree/master/utils/check-working-tree#readme",
- "license": "MIT",
- "main": "lib/check-working-tree.js",
- "files": [
- "lib"
- ],
- "engines": {
- "node": ">= 10.18.0"
- },
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/lerna/lerna.git",
- "directory": "utils/check-working-tree"
- },
- "scripts": {
- "test": "echo \"Error: run tests from root\" && exit 1"
- },
- "dependencies": {
- "@lerna/collect-uncommitted": "4.0.0",
- "@lerna/describe-ref": "4.0.0",
- "@lerna/validation-error": "4.0.0"
- },
- "gitHead": "4582c476e07dddddd6b2e3ab6e7f52c1f9eed59a"
- }
|