package.jsonā¢1.49 kB
{
"name": "@iqai/mcp-iqwiki",
"version": "0.0.4",
"description": "IQ Wiki MCP server for accessing IQ.wiki data",
"main": "dist/index.js",
"type": "module",
"bin": {
"mcp-iqwiki": "dist/index.js"
},
"files": ["dist"],
"scripts": {
"build": "tsc && shx chmod +x dist/index.js",
"prepare": "husky",
"watch": "tsc --watch",
"start": "node dist/index.js",
"publish-packages": "pnpm run build && changeset publish",
"format": "biome format . --write",
"test": "vitest run",
"lint": "biome check ."
},
"author": "IQAI",
"repository": {
"type": "git",
"url": "https://github.com/IQAIcom/mcp-iqwiki.git"
},
"license": "ISC",
"homepage": "https://github.com/IQAIcom/mcp-iqwiki",
"bugs": {
"url": "https://github.com/IQAIcom/mcp-iqwiki/issues"
},
"publishConfig": {
"access": "public"
},
"keywords": ["mcp", "iqwiki", "iq.wiki", "iqai"],
"dependencies": {
"dedent": "^1.6.0",
"fastmcp": "^1.27.7",
"gql.tada": "^1.4.3",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"ts-node": "^10.9.2",
"zod": "^3.25.7"
},
"devDependencies": {
"@0no-co/graphqlsp": "^1.8.0",
"@biomejs/biome": "*",
"@changesets/cli": "^2.29.4",
"@types/node": "^24.0.3",
"husky": "^9.0.0",
"lint-staged": "^15.0.0",
"shx": "^0.3.4",
"typescript": "^5.8.3",
"vitest": "^3.2.4"
},
"lint-staged": {
"*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}": [
"biome check --write --organize-imports-enabled=false --no-errors-on-unmatched"
]
}
}