-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 997 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
{
"name": "jsdelivr-purge-npm",
"version": "1.0.6",
"repository": {
"type": "git",
"url": "https://github.com/List-KR/jsdelivr-purge-npm"
},
"bugs": {
"url": "https://github.com/List-KR/jsdelivr-purge-npm/issues"
},
"homepage": "https://github.com/List-KR/jsdelivr-purge-npm",
"license": "MIT",
"type": "module",
"scripts": {
"ci": "tsx index.ts",
"lint": "tsc --noEmit && eslint ."
},
"dependencies": {
"@actions/core": "^1.10.1",
"@octokit/rest": "^21.0.2",
"@types/node": "^22.5.1",
"commander": "^12.1.0",
"es-toolkit": "^1.17.0",
"got": "^14.4.2",
"luxon": "^3.5.0",
"p-limit": "^6.1.0",
"tar": "^7.4.3",
"tsx": "^4.19.0",
"typescript": "^5.5.4",
"unzipper": "^0.12.3"
},
"devDependencies": {
"@types/luxon": "^3.4.2",
"@types/npm-registry-fetch": "^8.0.7",
"@types/semver": "^7.5.8",
"@types/unzipper": "^0.10.10",
"eslint": "^9.9.1",
"typescript-eslint": "^8.3.0"
}
}