forked from yjl9903/vite-plugin-cloudflare-functions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 848 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
{
"name": "@vite-plugin-cloudflare-functions/monorepo",
"version": "0.8.1",
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev --parallel",
"dev:play": "pnpm -C playground/app dev",
"format": "prettier --write **/*.ts --ignore-path .gitignore",
"release": "bumpp package.json packages/*/package.json --commit --push --tag && pnpm -r publish --access public",
"test": "turbo run test:ci",
"typecheck": "turbo run typecheck",
"preversion": "pnpm build && pnpm test"
},
"devDependencies": {
"@types/node": "^22.9.0",
"bumpp": "latest",
"prettier": "latest",
"turbo": "^2.2.3",
"typescript": "^5.6.3",
"unbuild": "^2.0.0",
"vite": "^5.4.11",
"vitest": "^2.1.4"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=v18.16.0"
}
}