Files
SnapOtter/package.json
T

17 lines
324 B
JSON

{
"name": "stirling-image",
"private": true,
"packageManager": "pnpm@9.15.4",
"scripts": {
"dev": "turbo dev",
"build": "turbo build",
"lint": "turbo lint",
"clean": "turbo clean",
"typecheck": "turbo typecheck"
},
"devDependencies": {
"turbo": "^2.4.0",
"typescript": "^5.7.0"
}
}