UNPKG

1.29 kBJSONView Raw
1{
2 "name": "@lerna/create",
3 "version": "3.12.0",
4 "description": "Create a new lerna-managed package",
5 "keywords": [
6 "lerna",
7 "command"
8 ],
9 "homepage": "https://github.com/lerna/lerna",
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": ">= 6.9.0"
23 },
24 "publishConfig": {
25 "access": "public"
26 },
27 "repository": {
28 "type": "git",
29 "url": "git+https://github.com/lerna/lerna.git"
30 },
31 "scripts": {
32 "test": "echo \"Run tests from root\" && exit 1"
33 },
34 "dependencies": {
35 "@lerna/child-process": "3.3.0",
36 "@lerna/command": "3.12.0",
37 "@lerna/npm-conf": "3.7.0",
38 "@lerna/validation-error": "3.11.0",
39 "camelcase": "^5.0.0",
40 "dedent": "^0.7.0",
41 "fs-extra": "^7.0.0",
42 "globby": "^8.0.1",
43 "init-package-json": "^1.10.3",
44 "npm-package-arg": "^6.1.0",
45 "p-reduce": "^1.0.0",
46 "pacote": "^9.4.1",
47 "pify": "^3.0.0",
48 "semver": "^5.5.0",
49 "slash": "^1.0.0",
50 "validate-npm-package-license": "^3.0.3",
51 "validate-npm-package-name": "^3.0.0",
52 "whatwg-url": "^7.0.0"
53 },
54 "gitHead": "e2cc514e55a4b520258769a80648b42c45eea9f4"
55}