package.json•2.1 kB
{
"name": "@xiaolaa2/ableton-copilot-mcp",
"version": "0.8.0",
"description": "Ableton Live MCP depend on Ableton JS",
"main": "dist/main.js",
"bin": "./bin/cli.js",
"scripts": {
"dev": "tsc && node dist/main.js",
"build": "tsc",
"debug": "tsc && npx -y @modelcontextprotocol/inspector node dist/main.js ",
"test": "vitest",
"test:run": "vitest run",
"test:ui": "vitest --ui",
"test:coverage": "vitest --coverage",
"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 <imxyz2@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.25.1",
"@swc/core": "^1.12.1",
"@types/node": "^22.15.2",
"@typescript-eslint/eslint-plugin": "^8.31.0",
"@typescript-eslint/parser": "^8.31.0",
"@vitest/ui": "^3.2.3",
"c8": "^10.1.3",
"eslint": "^9.25.1",
"globals": "^16.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",
"typescript-eslint": "^8.31.0",
"unplugin-swc": "^1.5.4",
"vitest": "^3.2.3"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.10.2",
"@types/sql.js": "^1.4.9",
"ableton-js": "^3.7.0",
"async-mutex": "^0.5.0",
"reflect-metadata": "^0.2.2",
"sql.js": "^1.13.0",
"typeorm": "^0.3.22",
"winston": "^3.17.0",
"winston-daily-rotate-file": "^5.0.0",
"zod": "^3.24.3"
},
"type": "module",
"packageManager": "yarn@4.9.1",
"publishConfig": {
"access": "public"
}
}