-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
46 lines (46 loc) · 1016 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
40
41
42
43
44
45
46
{
"name": "@favware/skip-dependency",
"description": "Skip pesky dependencies with ease",
"author": "@favware",
"version": "1.2.2",
"main": "index.js",
"module": "index.mjs",
"types": "index.d.ts",
"license": "MIT",
"homepage": "https://github.com/favware/skip-dependency#readme",
"exports": {
"require": "./index.js",
"default": "./index.js",
"node": "./index.js",
"import": "./index.mjs",
"types": "./index.d.ts"
},
"files": [
"index.js",
"index.mjs",
"index.d.ts"
],
"repository": {
"type": "git",
"url": "git+https://github.com/favware/skip-dependency.git"
},
"bugs": {
"url": "https://github.com/favware/skip-dependency/issues"
},
"keywords": [
"favware",
"node",
"yarn"
],
"publishConfig": {
"access": "public"
},
"packageManager": "[email protected]",
"devDependencies": {
"@favware/cliff-jumper": "^5.0.0"
},
"scripts": {
"bump": "cliff-jumper",
"check-update": "cliff-jumper --dry-run"
}
}