UNPKG

1.33 kBJSONView Raw
1{
2 "name": "lerna",
3 "version": "4.0.0",
4 "description": "A tool for managing JavaScript projects with multiple packages.",
5 "keywords": [
6 "lerna",
7 "monorepo",
8 "multi-package"
9 ],
10 "homepage": "https://github.com/lerna/lerna#readme",
11 "license": "MIT",
12 "author": {
13 "name": "Sebastian McKenzie",
14 "email": "sebmck@gmail.com"
15 },
16 "bin": {
17 "lerna": "cli.js"
18 },
19 "files": [
20 "index.js",
21 "cli.js"
22 ],
23 "engines": {
24 "node": ">= 10.18.0"
25 },
26 "publishConfig": {
27 "tag": "next"
28 },
29 "repository": {
30 "type": "git",
31 "url": "git+https://github.com/lerna/lerna.git",
32 "directory": "core/lerna"
33 },
34 "scripts": {
35 "test": "echo \"Run tests from root\" && exit 1"
36 },
37 "dependencies": {
38 "@lerna/add": "4.0.0",
39 "@lerna/bootstrap": "4.0.0",
40 "@lerna/changed": "4.0.0",
41 "@lerna/clean": "4.0.0",
42 "@lerna/cli": "4.0.0",
43 "@lerna/create": "4.0.0",
44 "@lerna/diff": "4.0.0",
45 "@lerna/exec": "4.0.0",
46 "@lerna/import": "4.0.0",
47 "@lerna/info": "4.0.0",
48 "@lerna/init": "4.0.0",
49 "@lerna/link": "4.0.0",
50 "@lerna/list": "4.0.0",
51 "@lerna/publish": "4.0.0",
52 "@lerna/run": "4.0.0",
53 "@lerna/version": "4.0.0",
54 "import-local": "^3.0.2",
55 "npmlog": "^4.1.2"
56 },
57 "gitHead": "4582c476e07dddddd6b2e3ab6e7f52c1f9eed59a"
58}