-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 992 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
{
"name": "sponsors",
"version": "0.0.0",
"homepage": "https://github.com/ModyQyW/sponsors#readme",
"bugs": {
"url": "https://github.com/ModyQyW/sponsors/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ModyQyW/sponsors.git"
},
"license": "MIT",
"author": {
"name": "ModyQyW",
"email": "[email protected]",
"url": "https://modyqyw.github.io"
},
"type": "module",
"scripts": {
"build": "sponsorkit -f",
"dep-update": "taze -fw",
"purge": "curl https://purge.jsdelivr.net/gh/ModyQyW/sponsors/sponsorkit/sponsors.svg && curl https://purge.jsdelivr.net/gh/ModyQyW/sponsors/sponsorkit/sponsors.png",
"type-check": "tsc --noEmit"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.0",
"@types/node": "^22.10.6",
"consola": "^3.4.0",
"sponsorkit": "^16.3.0",
"taze": "^18.2.0",
"typescript": "^5.7.3"
},
"packageManager": "[email protected]",
"engines": {
"node": "22"
}
}