generated from rectangular-labs/monorepo-template
-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 990 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 990 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
30
31
{
"name": "trymeka",
"private": true,
"workspaces": ["examples", "packages/*", "tooling/*"],
"scripts": {
"clean": "git clean -xdf node_modules .turbo .sst",
"clean:workspaces": "turbo clean",
"new:package": "turbo gen package",
"example": "pnpm dotenvx run -- pnpm tsx --conditions=typescript",
"dev": "turbo run dev",
"build": "turbo build",
"changeset": "changeset",
"changeset:release": "pnpm run build && changeset publish",
"format": "turbo run format --continue",
"lint": "turbo run lint --continue",
"typecheck": "turbo run typecheck --continue",
"postinstall": "pnpx sherif@latest"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@changesets/cli": "^2.29.4",
"@dotenvx/dotenvx": "^1.48.0",
"@trymeka/typescript": "workspace:*",
"@turbo/gen": "^2.5.4",
"@types/node": "^24.0.14",
"tsx": "^4.20.3",
"turbo": "^2.5.4",
"typescript": "^5.8.3"
},
"packageManager": "pnpm@10.12.1"
}