package.json•567 B
{
"name": "mcp-asset-gen",
"version": "1.0.0",
"main": "src/index.ts",
"type": "module",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"mcp-asset-gen": "./dist/index.js"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.10.2",
"openai": "^4.96.0",
"viem": "^2.28.0",
"zod": "^3.24.3"
},
"devDependencies": {
"@types/node": "^22.15.3",
"typescript": "^5.8.3"
}
}