eu-ai-act-chatgpt-mcp / package.json
drosatos's picture
Deploy ChatGPT MCP Server
9434d3d
raw
history blame contribute delete
989 Bytes
{
"name": "t3-turbo-biome",
"description": "A full stack turborepo template with biome and shadcn native and web ui.",
"private": true,
"engines": {
"node": ">=18.18.2"
},
"packageManager": "[email protected]",
"scripts": {
"build": "turbo build",
"clean": "git clean -xdf node_modules",
"clean:workspaces": "turbo clean",
"dev": "turbo dev --parallel",
"format": "turbo format --continue --",
"format:fix": "turbo format --continue -- --write",
"lint": "turbo lint --continue --",
"lint:fix": "turbo lint --continue -- --apply",
"typecheck": "turbo typecheck"
},
"devDependencies": {
"@biomejs/biome": "^2.3.8",
"@turbo/gen": "^2.6.1",
"turbo": "^2.6.1",
"typescript": "^5.9.3"
},
"pnpm": {
"overrides": {
"@auth/core": "0.18.0"
},
"onlyBuiltDependencies": [
"@biomejs/biome",
"core-js-pure",
"esbuild",
"sharp"
]
},
"dependencies": {
"dotenv": "^17.2.3"
}
}