UNPKG

1.25 kBJSONView Raw
1{
2 "name": "@lerna/create",
3 "version": "3.10.6",
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.10.6",
37 "@lerna/npm-conf": "3.7.0",
38 "@lerna/validation-error": "3.6.0",
39 "camelcase": "^4.1.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 "libnpm": "^2.0.1",
45 "p-reduce": "^1.0.0",
46 "pify": "^3.0.0",
47 "semver": "^5.5.0",
48 "slash": "^1.0.0",
49 "validate-npm-package-license": "^3.0.3",
50 "validate-npm-package-name": "^3.0.0",
51 "whatwg-url": "^7.0.0"
52 },
53 "gitHead": "5a7392e59e6ae5ee8aea10467ffb4b12f3b1e3d1"
54}