-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.04 KB
/
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
40
41
42
43
{
"name": "install-local-dependencies",
"version": "0.2.5",
"description": "Yet another local dependency installer",
"homepage": "https://github.com/body-builder/install-local-dependencies#readme",
"repository": "https://github.com/body-builder/install-local-dependencies",
"bugs": {
"url": "https://github.com/body-builder/install-local-dependencies/issues"
},
"keywords": [
"npm",
"yarn",
"pnpm",
"install",
"link",
"dependency",
"local",
"local-dependency"
],
"bin": {
"install-local-dependencies": "./bin/install.js",
"watch-local-dependencies": "./bin/watch.js"
},
"scripts": {
"release": "standard-version --sign"
},
"author": "Benedek Káldi",
"license": "ISC",
"dependencies": {
"chokidar": "^3.5.1",
"cosmiconfig": "^7.0.0",
"exec-sh": "^0.4.0",
"find-cache-dir": "^3.3.1",
"lodash": "^4.17.21",
"npm-packlist": "^3.0.0",
"pify": "^5.0.0",
"rimraf": "^3.0.2",
"tar": "^6.1.0"
},
"devDependencies": {
"standard-version": "^9.3.1"
}
}