package.json•674 B
{
"name": "@ver0-project/mcps",
"private": true,
"type": "module",
"description": "The home for @ver0-project MCP servers and tools",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "yarn workspaces foreach -A run build",
"dev": "yarn workspaces foreach -A run dev",
"test": "yarn workspaces foreach -A run test",
"lint": "yarn workspaces foreach -A run lint",
"typecheck": "yarn workspaces foreach -A run typecheck",
"clean": "yarn workspaces foreach -A run clean"
},
"packageManager": "yarn@4.9.2",
"devDependencies": {
"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.29.5"
},
"dependencies": {
"ttab": "^0.9.0"
}
}