-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 710 Bytes
/
Copy pathpackage.json
File metadata and controls
21 lines (21 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "pauperial",
"version": "3.0.0",
"scripts": {
"start": "pnpm --filter=@pauperial/backend start",
"dev:start": "pnpm -r build && pnpm start",
"dev:backend": "pnpm --filter=@pauperial/backend run dev",
"dev:frontend": "pnpm --filter=@pauperial/frontend run dev",
"build:backend": "pnpm --filter=@pauperial/backend build",
"build:frontend": "pnpm --filter=@pauperial/frontend build"
},
"repository": "https://github.com/LWJerri/Pauperial",
"author": "LWJerri (lwjerri.dev)",
"license": "MIT",
"packageManager": "pnpm@10.32.1",
"devDependencies": {
"prettier": "3.9.4",
"prettier-plugin-svelte": "4.1.1",
"prettier-plugin-tailwindcss": "0.8.0"
}
}