-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 805 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 805 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
{
"name": "fastdo",
"version": "0.0.0",
"author": "Mikołaj Gawron gawrmiko@gmail.com",
"private": true,
"scripts": {
"build": "turbo build",
"build:backend": "turbo build --filter=backend",
"build:frontend": "turbo build --filter=frontend",
"dev": "turbo dev",
"format": "turbo format",
"lint": "turbo lint",
"seed": "turbo seed",
"seed:reset": "turbo seed:reset",
"seed:list": "turbo seed:list",
"test": "turbo test",
"test:watch": "turbo test:watch"
},
"devDependencies": {
"turbo": "^2.8.12"
},
"packageManager": "pnpm@10.30.3+sha512.c961d1e0a2d8e354ecaa5166b822516668b7f44cb5bd95122d590dd81922f606f5473b6d23ec4a5be05e7fcd18e8488d47d978bbe981872f1145d06e9a740017",
"engines": {
"node": ">=20.15.0",
"pnpm": ">=10.25.0"
}
}