22 lines
547 B
JSON
22 lines
547 B
JSON
{
|
|
"name": "sammo-ts",
|
|
"private": true,
|
|
"type": "module",
|
|
"version": "0.0.0",
|
|
"packageManager": "pnpm@10.26.2",
|
|
"scripts": {
|
|
"lint": "turbo lint",
|
|
"test": "turbo test",
|
|
"build": "turbo build",
|
|
"typecheck": "turbo typecheck",
|
|
"dev": "turbo dev",
|
|
"build:server": "pnpm --filter ./tools/build-scripts build:server --"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.0.3",
|
|
"tsdown": "^0.18.4",
|
|
"turbo": "^2.7.2",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|