forked from woheedev/bptimer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 765 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 765 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
{
"name": "bpsr-timer",
"version": "0.0.1",
"author": "Wohee",
"description": "A timer panel to keep track of mobs for Blue Protocol SR",
"license": "AGPL-3.0-or-later",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"build": "turbo run build",
"check": "turbo run check",
"deploy": "turbo run deploy",
"dev": "turbo run dev",
"cleanup": "node ./scripts/cleanup.mjs",
"format": "prettier --write .",
"lint": "turbo run lint",
"uiadd": "cd apps/web && bunx shadcn-svelte@latest add"
},
"devDependencies": {
"prettier": "^3.6.2",
"prettier-plugin-svelte": "^3.4.0",
"prettier-plugin-tailwindcss": "^0.7.1",
"turbo": "^2.5.8"
},
"packageManager": "bun@1.3.1"
}