-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.17 KB
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": "genshin-langdata",
"private": true,
"license": "SEE LICENSE IN LICENSE.md",
"type": "module",
"scripts": {
"build": "jiti scripts/build-prep.ts && jiti scripts/build-release.ts",
"todo": "jiti scripts/todo.ts",
"test": "pnpm build && vitest run",
"lint": "pnpm build && tsc --noEmit",
"release": "./scripts/release.sh",
"clean": "git clean -dX --exclude=\"!.env\" --force",
"refresh": "pnpm clean && rm --force ./pnpm-lock.yaml && corepack up && pnpm install",
"prepare": "jiti scripts/build-prep.ts"
},
"dependencies": {
"@types/luxon": "^3.7.1",
"@types/node": "^24.12.2",
"dotenv": "^17.4.2",
"es-toolkit": "^1.46.1",
"iconv-lite": "^0.7.2",
"jiti": "^2.7.0",
"luxon": "^3.7.2",
"marked": "^18.0.3",
"node-fetch": "^3.2.4",
"pinyin-tone": "^2.4.0",
"type-fest": "^5.6.0",
"typescript": "^7.0.0",
"vitest": "^5.0.0",
"wrangler": "^4.88.0"
},
"engines": {
"node": ">=24.x || 22.x",
"pnpm": ">=10"
},
"packageManager": "pnpm@10.28.1+sha512.7d7dbbca9e99447b7c3bf7a73286afaaf6be99251eb9498baefa7d406892f67b879adb3a1d7e687fc4ccc1a388c7175fbaae567a26ab44d1067b54fcb0d6a316"
}