-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.14 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
44
45
46
47
48
49
50
51
52
53
{
"name": "odc",
"version": "4.0.0",
"description": "Update your npm dependencies easily!",
"main": "index.js",
"type": "module",
"scripts": {
"test": "xo"
},
"bin": {
"odc": "index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xxczaki/odc.git"
},
"engines": {
"node": ">=12"
},
"keywords": [
"odc",
"update",
"dependencies",
"npm",
"latest",
"deps",
"fast",
"upgrade",
"updates"
],
"author": {
"name": "Antoni Kepinski",
"email": "[email protected]",
"url": "https://www.kepinski.ch"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/xxczaki/odc/issues"
},
"homepage": "https://github.com/xxczaki/odc#readme",
"dependencies": {
"find-up": "^5.0.0",
"getopts": "^2.3.0",
"kleur": "^4.1.4",
"latest-version": "^5.1.0",
"log-update": "^4.0.0",
"p-map": "^5.0.0",
"storage-async": "1.0.1"
},
"devDependencies": {
"xo": "^0.40.1"
}
}