Kord/package.json

24 lines
500 B
JSON

{
"name": "kord-monorepo",
"private": true,
"packageManager": "yarn@4.9.1",
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"test": "turbo run test",
"lint": "turbo run lint"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.57.2",
"@typescript-eslint/parser": "^8.57.2",
"eslint": "^10.1.0",
"prettier": "^3.8.1",
"turbo": "^2.3.3",
"typescript": "^6.0.2"
}
}