Files
deClawed-Assity-Kitty/package.json
2026-02-18 07:26:13 -05:00

32 lines
675 B
JSON

{
"name": "assistant",
"version": "1.0.0",
"description": "MCP server for Gmail job application management",
"type": "module",
"bin": {
"assistant": "./build/index.js"
},
"scripts": {
"build": "tsc && chmod 755 build/index.js",
"auth": "npm run build && node build/auth.js",
"test": "vitest run",
"test:watch": "vitest"
},
"files": [
"build"
],
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.26.0",
"googleapis": "^171.4.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/node": "^25.2.3",
"typescript": "^5.9.3",
"vitest": "^4.0.18"
}
}