{
"name": "ableton-copilot-mcp",
"version": "0.3.1",
"description": "Ableton Live MCP depend on Ableton JS",
"main": "dist/main.js",
"bin": {
"ableton-copilot-mcp": "./bin/cli.js"
},
"scripts": {
"dev": "tsc && node dist/main.js",
"build": "tsc",
"debug": "tsc && npx -y @modelcontextprotocol/inspector node dist/main.js ",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
"prepublishOnly": "npm run build",
"publish-npm": "npm publish",
"release:major": "npm version major && git push --follow-tags",
"release:minor": "npm version minor && git push --follow-tags",
"release:patch": "npm version patch && git push --follow-tags"
},
"keywords": [
"ableton",
"mcp",
"midi",
"daw"
],
"author": "xiaolaa2 <xiaolaa@outlook.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/xiaolaa2/ableton-copilot-mcp.git"
},
"bugs": {
"url": "https://github.com/xiaolaa2/ableton-copilot-mcp/issues"
},
"homepage": "https://github.com/xiaolaa2/ableton-copilot-mcp#readme",
"devDependencies": {
"@eslint/js": "^9.23.0",
"@types/node": "^22.13.14",
"@typescript-eslint/eslint-plugin": "^8.28.0",
"@typescript-eslint/parser": "^8.28.0",
"eslint": "^9.23.0",
"globals": "^16.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.2",
"typescript-eslint": "^8.28.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.8.0",
"ableton-js": "^3.6.1",
"async-mutex": "^0.5.0",
"reflect-metadata": "^0.2.2",
"winston": "^3.17.0",
"winston-daily-rotate-file": "^5.0.0",
"zod": "^3.24.2"
},
"type": "module"
}