Files

29 lines
689 B
JSON
Raw Permalink Normal View History

{
"name": "workspace-shared",
"version": "1.0.0",
"private": true,
"description": "Shared packages and libraries for workspace projects",
"scripts": {
"build": "turbo run build",
"test": "turbo run test",
"lint": "turbo run lint",
"type-check": "turbo run type-check",
"clean": "turbo run clean"
},
"devDependencies": {
"turbo": "^2.0.0",
"typescript": "^5.5.4",
"@types/node": "^20.11.0",
"prettier": "^3.3.3",
"eslint": "^9.17.0",
"@typescript-eslint/parser": "^7.18.0",
"@typescript-eslint/eslint-plugin": "^7.18.0"
},
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8.0.0"
},
"packageManager": "pnpm@8.15.0"
}