-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 857 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 857 Bytes
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
{
"name": "bloxd",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"update-code-api": "git submodule update --remote code-api",
"bundle": "npx tsc",
"minify": "node ./scripts/index.ts",
"build": "esbuild ./src/*.ts --outdir=dist --minify --watch --analyze"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be",
"devDependencies": {
"@biomejs/biome": "2.4.7",
"@tsconfig/node-ts": "^23.6.4",
"@tsconfig/node24": "^24.0.4",
"@tsconfig/recommended": "^1.0.13",
"@tsconfig/strictest": "^2.0.8",
"esbuild": "^0.27.4",
"typescript": "^5.9.3"
},
"dependencies": {
"@types/node": "^25.5.0",
"terser": "^5.46.1"
},
"type": "module"
}