{ "name": "@lerna/create", "version": "4.0.0", "description": "Create a new lerna-managed package", "keywords": [ "lerna", "command" ], "homepage": "https://github.com/lerna/lerna/tree/master/commands/create#readme", "license": "MIT", "author": { "name": "Daniel Stockman", "url": "https://github.com/evocateur" }, "files": [ "command.js", "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": "commands/create" }, "scripts": { "test": "echo \"Run tests from root\" && exit 1" }, "dependencies": { "@lerna/child-process": "4.0.0", "@lerna/command": "4.0.0", "@lerna/npm-conf": "4.0.0", "@lerna/validation-error": "4.0.0", "dedent": "^0.7.0", "fs-extra": "^9.1.0", "globby": "^11.0.2", "init-package-json": "^2.0.2", "npm-package-arg": "^8.1.0", "p-reduce": "^2.1.0", "pacote": "^11.2.6", "pify": "^5.0.0", "semver": "^7.3.4", "slash": "^3.0.0", "validate-npm-package-license": "^3.0.4", "validate-npm-package-name": "^3.0.0", "whatwg-url": "^8.4.0", "yargs-parser": "20.2.4" }, "gitHead": "4582c476e07dddddd6b2e3ab6e7f52c1f9eed59a" }