-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
39 lines (39 loc) · 911 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": "relative-deps",
"version": "1.0.5",
"description": "Installs local dependencies for optimal developer experience",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"relative-deps": "./cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mweststrate/relative-deps.git"
},
"keywords": [
"yarn",
"npm",
"link",
"relative",
"dependencies"
],
"author": "Michel Weststrate",
"license": "MIT",
"bugs": {
"url": "https://github.com/mweststrate/relative-deps/issues"
},
"homepage": "https://github.com/mweststrate/relative-deps#readme",
"dependencies": {
"checksum": "^0.1.1",
"globby": "^9.2.0",
"lodash": "^4.17.15",
"read-pkg-up": "^6.0.0",
"rimraf": "^2.6.3",
"tar": "^6.0.5",
"yargs": "^15.0.2",
"yarn-or-npm": "^3.0.1"
}
}