1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "name": "@lerna/command",
- "version": "4.0.0",
- "description": "Lerna's internal base class for commands",
- "keywords": [
- "lerna",
- "core"
- ],
- "homepage": "https://github.com/lerna/lerna/tree/master/core/command#readme",
- "license": "MIT",
- "author": {
- "name": "Daniel Stockman",
- "url": "https://github.com/evocateur"
- },
- "files": [
- "index.js",
- "lib"
- ],
- "main": "index.js",
- "engines": {
- "node": ">= 10.18.0"
- },
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/lerna/lerna.git",
- "directory": "core/command"
- },
- "scripts": {
- "test": "echo \"Run tests from root\" && exit 1"
- },
- "dependencies": {
- "@lerna/child-process": "4.0.0",
- "@lerna/package-graph": "4.0.0",
- "@lerna/project": "4.0.0",
- "@lerna/validation-error": "4.0.0",
- "@lerna/write-log-file": "4.0.0",
- "clone-deep": "^4.0.1",
- "dedent": "^0.7.0",
- "execa": "^5.0.0",
- "is-ci": "^2.0.0",
- "npmlog": "^4.1.2"
- },
- "gitHead": "4582c476e07dddddd6b2e3ab6e7f52c1f9eed59a"
- }
|