package.json•1.03 kB
{
"name": "gong-api--subset-",
"version": "0.1.0",
"description": "MCP Server generated from OpenAPI spec for gong-api--subset-",
"private": true,
"type": "module",
"main": "build/index.js",
"files": [
"build",
"src"
],
"scripts": {
"start": "node build/index.js",
"build": "tsc && chmod 755 build/index.js",
"typecheck": "tsc --noEmit",
"prestart": "npm run build",
"test": "jest",
"test:smoke": "jest tests/gongSmoke.test.ts",
"clean": "rimraf build",
"rebuild": "npm run clean && npm run build",
"lint": "eslint 'src/**/*.ts'",
"dev": "tsc -w"
},
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.10.0",
"axios": "^1.9.0",
"json-schema-to-zod": "^2.6.1",
"zod": "^3.24.3"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.15.2",
"jest": "^29.7.0",
"rimraf": "^6.0.1",
"ts-jest": "^29.3.2",
"typescript": "^5.8.3"
}
}