-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 979 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 979 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
32
33
{
"name": "tuireel-monorepo",
"private": true,
"version": "0.0.0",
"packageManager": "pnpm@10.28.2",
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev --parallel",
"clean": "turbo run clean",
"lint": "turbo run lint",
"test": "turbo run test",
"acceptance:stability": "tsx scripts/acceptance-stability.ts",
"changeset": "changeset",
"version": "changeset version",
"release": "pnpm build && changeset publish",
"benchmark": "tsx scripts/benchmark.ts",
"publish:smoke": "pnpm -w build --filter tuireel... && tsx scripts/publish-smoke.ts"
},
"devDependencies": {
"@changesets/cli": "^2.30.0",
"@eslint/js": "^10.0.1",
"@types/node": "^25.3.3",
"eslint": "^10.0.2",
"eslint-config-prettier": "^10.1.8",
"prettier": "^3.8.1",
"sharp": "^0.34.5",
"tsx": "^4.21.0",
"turbo": "^2.5.6",
"typescript": "^5.8.2",
"typescript-eslint": "^8.56.1",
"vitest": "^3.2.4"
}
}