UNPKG

1.33 kBJSONView Raw
1{
2 "name": "@lerna/create",
3 "version": "5.3.0",
4 "description": "Create a new lerna-managed package",
5 "keywords": [
6 "lerna",
7 "command"
8 ],
9 "homepage": "https://lerna.js.org",
10 "license": "MIT",
11 "author": {
12 "name": "Daniel Stockman",
13 "url": "https://github.com/evocateur"
14 },
15 "files": [
16 "command.js",
17 "index.js",
18 "lib"
19 ],
20 "main": "index.js",
21 "engines": {
22 "node": "^14.15.0 || >=16.0.0"
23 },
24 "publishConfig": {
25 "access": "public"
26 },
27 "repository": {
28 "type": "git",
29 "url": "git+https://github.com/lerna/lerna.git",
30 "directory": "commands/create"
31 },
32 "scripts": {
33 "test": "echo \"Run tests from root\" && exit 1"
34 },
35 "dependencies": {
36 "@lerna/child-process": "5.3.0",
37 "@lerna/command": "5.3.0",
38 "@lerna/npm-conf": "5.3.0",
39 "@lerna/validation-error": "5.3.0",
40 "dedent": "^0.7.0",
41 "fs-extra": "^9.1.0",
42 "globby": "^11.0.2",
43 "init-package-json": "^3.0.2",
44 "npm-package-arg": "8.1.1",
45 "p-reduce": "^2.1.0",
46 "pacote": "^13.6.1",
47 "pify": "^5.0.0",
48 "semver": "^7.3.4",
49 "slash": "^3.0.0",
50 "validate-npm-package-license": "^3.0.4",
51 "validate-npm-package-name": "^4.0.0",
52 "whatwg-url": "^8.4.0",
53 "yargs-parser": "20.2.4"
54 },
55 "gitHead": "535afac9b27892e8e5354aae950338a7187356f2"
56}