forked from silverwind/updates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.03 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
{
"name": "updates",
"version": "12.2.2",
"description": "Flexible npm dependency update tool",
"author": "silverwind",
"repository": "silverwind/updates",
"license": "BSD-2-Clause",
"bin": "./bin/updates.js",
"type": "module",
"engines": {
"node": ">= 12.20.0"
},
"keywords": [
"dependencies",
"update",
"updates",
"check",
"checker",
"npm",
"yarn",
"packages"
],
"files": [
"./bin/updates.js",
"./bin/package.json"
],
"devDependencies": {
"@vercel/ncc": "0.31.1",
"ansi-regex": "6.0.1",
"del": "6.0.0",
"eslint": "8.0.1",
"eslint-config-silverwind": "42.0.1",
"execa": "5.1.1",
"fetch-enhanced": "7.0.1",
"hosted-git-info": "4.0.2",
"jest": "27.2.5",
"jest-extended": "1.0.0",
"minimist": "1.2.5",
"node-fetch": "3.0.0",
"rc": "1.2.8",
"registry-auth-token": "4.2.1",
"restana": "4.9.1",
"semver": "7.3.5",
"server-destroy": "1.0.1",
"tempy": "2.0.0",
"text-table": "0.2.0",
"versions": "9.1.0"
}
}