package.json•821 B
{
"dependencies": {
"@modelcontextprotocol/sdk": "^1.6.1",
"axios": "^1.8.2",
"zod": "^3.24.2"
},
"name": "@ylin6/unleash-ff-mcp-server",
"version": "1.0.3",
"main": "dist/src/index.js",
"bin": {
"unleash-ff-mcp-server": "dist/src/index.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/src/index.js",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1",
"inspect": "npx @modelcontextprotocol/inspector node dist/src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ylin6/unleash-ff-mcp-server.git"
},
"keywords": [],
"author": "Yucheng Lin",
"license": "ISC",
"description": "Unleash MCP Server",
"devDependencies": {
"@types/node": "^22.13.9",
"typescript": "^4.9.5"
}
}