UNPKG

lerna

Version:

A tool for managing JavaScript projects with multiple packages.

61 lines (60 loc) 1.38 kB
{ "name": "lerna", "version": "5.3.0", "description": "A tool for managing JavaScript projects with multiple packages.", "keywords": [ "lerna", "monorepo", "multi-package" ], "homepage": "https://lerna.js.org", "license": "MIT", "author": { "name": "Sebastian McKenzie", "email": "sebmck@gmail.com" }, "bin": { "lerna": "cli.js" }, "files": [ "index.js", "cli.js", "schemas/lerna-schema.json" ], "engines": { "node": "^14.15.0 || >=16.0.0" }, "publishConfig": { "tag": "next" }, "repository": { "type": "git", "url": "git+https://github.com/lerna/lerna.git", "directory": "core/lerna" }, "scripts": { "test": "echo \"Run tests from root\" && exit 1" }, "dependencies": { "@lerna/add": "5.3.0", "@lerna/bootstrap": "5.3.0", "@lerna/changed": "5.3.0", "@lerna/clean": "5.3.0", "@lerna/cli": "5.3.0", "@lerna/create": "5.3.0", "@lerna/diff": "5.3.0", "@lerna/exec": "5.3.0", "@lerna/import": "5.3.0", "@lerna/info": "5.3.0", "@lerna/init": "5.3.0", "@lerna/link": "5.3.0", "@lerna/list": "5.3.0", "@lerna/publish": "5.3.0", "@lerna/run": "5.3.0", "@lerna/version": "5.3.0", "import-local": "^3.0.2", "npmlog": "^6.0.2", "nx": ">=14.4.3 < 16" }, "gitHead": "535afac9b27892e8e5354aae950338a7187356f2" }