-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 795 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
{
"name": "yarn-comb",
"version": "0.0.1",
"description": "A tool to clean and understand your yarn.lock",
"main": "yarn-comb.js",
"engines": {
"yarn": "^1.22.0"
},
"bin": "./yarn-comb.js",
"scripts": {
"test": "(cd test && ./run-tests.sh)"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wheeler/yarn-comb.git"
},
"keywords": [
"yarn",
"dependencies",
"packages",
"duplication",
"deduplication",
"dedupe",
"management",
"npm"
],
"author": "Mark Wheeler",
"license": "MIT",
"bugs": {
"url": "https://github.com/wheeler/yarn-comb/issues"
},
"homepage": "https://github.com/wheeler/yarn-comb#readme",
"dependencies": {
"lodash": "^4.17.21",
"semver-range-intersect": "^0.3.1"
}
}