package.json•622 B
{
"name": "columbia-mcp-servers",
"version": "1.0.0",
"private": true,
"workspaces": [
"packages/*",
"services/*",
"shared/*"
],
"scripts": {
"build": "npm run build --workspaces",
"test": "npm run test --workspaces",
"lint": "npm run lint --workspaces",
"clean": "npm run clean --workspaces"
},
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/node": "^18.19.74",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.0.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.0"
}
}