12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "name": "@lerna/cli",
- "version": "4.0.0",
- "description": "Lerna's CLI",
- "keywords": [
- "lerna",
- "core"
- ],
- "homepage": "https://github.com/lerna/lerna/tree/master/core/cli#readme",
- "license": "MIT",
- "author": {
- "name": "Daniel Stockman",
- "url": "https://github.com/evocateur"
- },
- "files": [
- "index.js"
- ],
- "main": "index.js",
- "engines": {
- "node": ">= 10.18.0"
- },
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/lerna/lerna.git",
- "directory": "core/cli"
- },
- "scripts": {
- "test": "echo \"Run tests from root\" && exit 1"
- },
- "dependencies": {
- "@lerna/global-options": "4.0.0",
- "dedent": "^0.7.0",
- "npmlog": "^4.1.2",
- "yargs": "^16.2.0"
- },
- "gitHead": "4582c476e07dddddd6b2e3ab6e7f52c1f9eed59a"
- }
|