-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.11 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
{
"name": "jsdelivr-purge",
"version": "5.1.1",
"author": {
"name": "PiQuark6046",
"email": "piquark6046@proton.me",
"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",
"calc-repo-size": "tsx calc-repo-size/index.ts"
},
"dependencies": {
"@actions/core": "^1.10.1",
"@octokit/rest": "^20.0.2",
"@types/luxon": "^3.4.2",
"@types/node": "^20.11.7",
"commander": "^11.1.0",
"diskusage": "^1.2.0",
"got": "^14.0.0",
"luxon": "^3.4.4",
"p-queue": "^8.0.1",
"simple-git": "^3.22.0",
"tsx": "^4.7.0",
"typescript": "^5.3.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"eslint": "^8.56.0",
"eslint-config-xo": "^0.43.1",
"eslint-config-xo-typescript": "^1.0.1"
}
}