package.json•961 B
{
"name": "@shortcut/mcp",
"author": "Shortcut (https://www.shortcut.com)",
"description": "Shortcut MCP Server",
"repository": {
"type": "git",
"url": "https://github.com/useshortcut/mcp-server-shortcut.git"
},
"keywords": [
"shortcut",
"mcp",
"modelcontextprotocol"
],
"license": "MIT",
"version": "0.10.1",
"type": "module",
"main": "dist/index.js",
"bin": {
"mcp-server-shortcut": "dist/index.js"
},
"files": [
"dist"
],
"devDependencies": {
"@biomejs/biome": "2.0.5",
"@types/bun": "latest",
"bun": "^1.2.5",
"husky": "^9.1.7",
"tsdown": "^0.12.9"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.11.3",
"@shortcut/client": "^2.2.0",
"zod": "^3.24.4"
},
"scripts": {
"test": "bun test",
"format": "biome check --write ./",
"lint": "biome check ./",
"ts": "tsc -b",
"build": "tsdown",
"prepublish": "bun run build",
"prepare": "husky"
}
}