package.json•906 B
{
"name": "kintone-bookmanage-mcp",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "jest",
"build": "tsc && chmod 755 build/index.js",
"start": "node build/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@kintone/rest-api-client": "^5.7.4",
"@modelcontextprotocol/sdk": "^1.15.1",
"dotenv": "^17.2.0"
},
"devDependencies": {
"@eslint/js": "^9.31.0",
"@types/jest": "^30.0.0",
"@types/node": "^24.0.14",
"eslint": "^9.31.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.3",
"globals": "^16.3.0",
"jest": "^30.0.4",
"prettier": "3.6.2",
"ts-jest": "^29.4.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.37.0"
},
"type": "module",
"bin": {
"bookmanage": "./build/index.js"
},
"files": [
"build"
]
}