generated from unplugin/unplugin-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
34 lines (34 loc) · 765 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
{
"name": "unplugin-typia-monorepo",
"type": "module",
"description": "",
"author": "ryoppippi",
"license": "MIT",
"scripts": {
"build": "bun run --filter '*' build",
"lint": "bun run --filter '*' lint",
"format": "bun run --filter '*' format",
"test": "bun run --filter '*' test",
"deploy": "bun run --filter '*' deploy",
"prepare": "bun x bunpare",
"preinstall": "npx only-allow bun",
"taze": "bun x taze -r"
},
"workspaces": [
"examples/*",
"packages/*"
],
"trustedDependencies": [
"@sveltejs/kit",
"esbuild",
"nextjs",
"svelte-preprocess",
"sveltekit",
"vite-hono",
"vite-react",
"vite-vanilla",
"workerd"
],
"packageManager": "bun@1.1.24",
"private": true
}