-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1007 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
{
"name": "jsdelivr-purge",
"version": "6.0.0",
"author": {
"name": "PiQuark6046",
"email": "[email protected]",
"url": "https://github.com/piquark6046"
},
"repository": {
"type": "git",
"url": "https://github.com/List-KR/jsdelivr-purge"
},
"bugs": {
"url": "https://github.com/List-KR/jsdelivr-purge/issues"
},
"homepage": "https://github.com/List-KR/jsdelivr-purge",
"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/luxon": "^3.4.2",
"@types/node": "^22.5.1",
"commander": "^12.1.0",
"es-toolkit": "^1.17.0",
"got": "^14.4.2",
"ip-regex": "^5.0.0",
"luxon": "^3.5.0",
"p-queue": "^8.0.1",
"simple-git": "^3.25.0",
"tsx": "^4.19.0",
"typescript": "^5.5.4"
},
"devDependencies": {
"eslint": "^9.9.1",
"typescript-eslint": "^8.3.0"
}
}