forked from drumath2237/spz-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 758 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 758 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
{
"name": "spz-loader",
"version": "1.0.0",
"description": "",
"scripts": {
"check": "pnpm -r --parallel run check",
"check:write": "pnpm -r --parallel run check:write",
"build:vite": "pnpm -r run build",
"build:wasm": "pnpm -F @spz-loader/core run build:docker",
"build:all": "pnpm run build:wasm && pnpm run build:vite",
"build": "pnpm run build:vite",
"version:set": "pnpm exec lerna version",
"publish:all": "NPM_CONFIG_PROVENANCE=true pnpm publish --filter \"@spz-loader/*\" --access public"
},
"engines": {
"node": ">=16",
"pnpm": ">=8"
},
"license": "Apache-2.0",
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@lerna-lite/cli": "^3.10.0",
"@lerna-lite/version": "^3.10.0"
}
}