package.json•929 B
{
"name": "@louis030195/gptzero-mcp",
"version": "0.1.1",
"description": "MCP server for GPTZero AI detection API",
"main": "dist/index.js",
"type": "module",
"bin": {
"gptzero-mcp": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsx src/index.ts",
"prepublishOnly": "npm run build"
},
"keywords": [
"mcp",
"gptzero",
"ai-detection",
"ai",
"claude",
"llm"
],
"author": "Louis Beaumont",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/louis030195/gptzero-mcp.git"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4",
"axios": "^1.7.0",
"dotenv": "^16.4.0",
"zod": "^3.24.0"
},
"devDependencies": {
"@types/node": "^22.0.0",
"tsx": "^4.19.0",
"typescript": "^5.7.0"
},
"files": [
"dist",
"README.md",
"LICENSE"
]
}