37 lines
768 B
JSON
37 lines
768 B
JSON
{
|
|
"name": "openai-mcp",
|
|
"version": "1.0.0",
|
|
"description": "MCP server for OpenAI usage integration",
|
|
"type": "module",
|
|
"bin": {
|
|
"openai-mcp": "./build/index.js"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"watch": "tsc --watch",
|
|
"start": "node build/index.js",
|
|
"dev": "tsx src/index.ts"
|
|
},
|
|
"keywords": [
|
|
"mcp",
|
|
"openai",
|
|
"usage"
|
|
],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.20.2",
|
|
"axios": "^1.12.2",
|
|
"otpauth": "^9.5.0",
|
|
"puppeteer": "^24.37.2",
|
|
"puppeteer-extra": "^3.3.6",
|
|
"puppeteer-extra-plugin-stealth": "^2.11.2",
|
|
"zod": "^3.25.76"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.9.1",
|
|
"tsx": "^4.20.6",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|