package.json•659 B
{
"name": "root",
"version": "1.0.0",
"private": false,
"author": "MCP Auth",
"license": "ISC",
"workspaces": [
"packages/*",
"apps/*",
"docs"
],
"scripts": {
"build": "npm run build --workspaces",
"dev": "npm run dev --workspaces",
"clean": "npm run clean --workspaces --if-present",
"lint": "npm run lint --workspaces --if-present",
"test": "npm run test --workspaces --if-present"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.35.0",
"@typescript-eslint/parser": "^8.35.0",
"eslint": "^9.29.0",
"tsx": "^4.0.0",
"typescript": "^5.0.0",
"dotenv": "^16.4.5"
}
}