package.json•603 B
{
"name": "hilanet-mcp",
"version": "1.0.0",
"description": "Hilanet MCP with salary and manager tools",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"start": "tsx src/index.ts",
"dev": "npx fastmcp dev src/index.ts",
"inspect": "npx fastmcp inspect src/index.ts",
"setup": "node setup.js"
},
"keywords": ["mcp", "fastmcp"],
"author": "",
"license": "ISC",
"dependencies": {
"fastmcp": "^0.0.7",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.11.2",
"tsx": "^4.7.0",
"typescript": "^5.3.3"
}
}