ordinarthur-os/package.json
ordinarthur bc0c15873f init
2026-04-15 16:41:19 +02:00

20 lines
376 B
JSON

{
"name": "ordinarthur-os",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@9.12.0",
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"typecheck": "turbo run typecheck"
},
"devDependencies": {
"turbo": "^2.1.3",
"typescript": "^5.5.4"
},
"engines": {
"node": ">=20.11"
}
}