-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.04 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
38
39
40
41
42
43
{
"name": "blocktrans",
"private": true,
"version": "1.0.0",
"type": "module",
"description": "AI-powered Minecraft .lang file translator for Bedrock Edition",
"repository": {
"type": "git",
"url": "https://github.com/your-username/BlockTrans.git"
},
"keywords": [
"minecraft",
"translation",
"ai",
"bedrock",
"lang"
],
"author": "BlockTrans Contributors",
"license": "GPL-3.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"build:worker": "echo 'Worker build complete - using embedded HTML'",
"preview": "vite preview",
"deploy": "wrangler deploy",
"dev:worker": "wrangler dev",
"pages:dev": "wrangler pages dev dist"
},
"dependencies": {
"crypto-js": "^4.2.0",
"fflate": "^0.8.2",
"vue": "^3.5.17"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20250718.0",
"@vitejs/plugin-vue": "^6.0.0",
"@vue/tsconfig": "^0.7.0",
"typescript": "~5.8.3",
"vite": "^7.0.4",
"vue-tsc": "^2.2.12",
"wrangler": "^4.25.0"
}
}