forked from lerna/lerna
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 864 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "@lerna/info",
"version": "3.21.0",
"description": "Prints local environnment information",
"keywords": [
"lerna",
"command"
],
"homepage": "https://github.com/lerna/lerna/tree/master/commands/info#readme",
"license": "MIT",
"author": {
"name": "James George",
"url": "https://github.com/jamesgeorge007"
},
"files": [
"command.js",
"index.js"
],
"main": "index.js",
"engines": {
"node": ">= 6.9.0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lerna/lerna.git",
"directory": "commands/info"
},
"scripts": {
"test": "echo \"Run tests from root\" && exit 1"
},
"dependencies": {
"@lerna/command": "file:../../core/command",
"@lerna/output": "file:../../utils/output",
"envinfo": "^7.3.1"
}
}