UNPKG

1.36 kBJSONView Raw
1{
2 "name": "@lerna/create",
3 "version": "3.13.0",
4 "description": "Create a new lerna-managed package",
5 "keywords": [
6 "lerna",
7 "command"
8 ],
9 "homepage": "https://github.com/lerna/lerna/tree/master/commands/create#readme",
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 "directory": "commands/create"
31 },
32 "scripts": {
33 "test": "echo \"Run tests from root\" && exit 1"
34 },
35 "dependencies": {
36 "@lerna/child-process": "3.13.0",
37 "@lerna/command": "3.13.0",
38 "@lerna/npm-conf": "3.13.0",
39 "@lerna/validation-error": "3.13.0",
40 "camelcase": "^5.0.0",
41 "dedent": "^0.7.0",
42 "fs-extra": "^7.0.0",
43 "globby": "^8.0.1",
44 "init-package-json": "^1.10.3",
45 "npm-package-arg": "^6.1.0",
46 "p-reduce": "^1.0.0",
47 "pacote": "^9.4.1",
48 "pify": "^3.0.0",
49 "semver": "^5.5.0",
50 "slash": "^1.0.0",
51 "validate-npm-package-license": "^3.0.3",
52 "validate-npm-package-name": "^3.0.0",
53 "whatwg-url": "^7.0.0"
54 },
55 "gitHead": "9a47201f3fdd1df09cfb1922f26329d1dc4c8cc5"
56}