package.json•1.72 kB
{
"name": "@moralisweb3/api-mcp-server",
"version": "1.8.2",
"description": "Moralis MCP server",
"type": "module",
"bin": {
"moralis-api-mcp": "./dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc && node -e \"require('fs').chmodSync('dist/index.js', '755')\"",
"prepare": "npm run build",
"watch": "tsc --watch",
"inspector": "npx @modelcontextprotocol/inspector dist/index.js",
"semantic-release": "semantic-release",
"format": "npx @biomejs/biome format --write ./",
"lint": "npx @biomejs/biome lint --write ./"
},
"repository": {
"type": "git",
"url": "https://github.com/MoralisWeb3/moralis-mcp-server.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MoralisWeb3/moralis-mcp-server/issues"
},
"homepage": "https://github.com/MoralisWeb3/moralis-mcp-server#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@apidevtools/swagger-parser": "^10.1.1",
"@hono/node-server": "^1.14.1",
"@modelcontextprotocol/sdk": "^1.11.1",
"axios": "^1.9.0",
"dotenv": "^16.5.0",
"fetch-to-node": "^2.1.0",
"hono": "^4.7.9",
"json-schema": "^0.4.0",
"json-schema-to-zod": "^2.6.1",
"openapi-types": "^12.1.3",
"uuid": "^11.1.0",
"zod": "^3.24.4"
},
"devDependencies": {
"@anthropic-ai/sdk": "^0.52.0",
"@biomejs/biome": "^1.9.4",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.2",
"@semantic-release/npm": "^12.0.1",
"@types/json-schema": "^7.0.15",
"@types/node": "^22.15.17",
"@types/uuid": "^10.0.0",
"semantic-release": "^24.2.3",
"typescript": "^5.8.3"
}
}