-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.34 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "macuse-mcp",
"version": "1.2.0",
"description": "MCP bundle for connecting Claude Desktop to Macuse",
"type": "module",
"main": "build/index.js",
"bin": {
"macuse-mcp-proxy": "bin/cli.js"
},
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"start": "node build/index.js",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"format": "biome format --write .",
"clean": "rm -rf build *.mcpb",
"prepublishOnly": "npm run clean && npm run build",
"pack": "npm run build && npx @anthropic-ai/mcpb pack . macuse.mcpb"
},
"keywords": [
"macuse",
"macos",
"automation",
"mcp",
"model-context-protocol"
],
"license": "MIT",
"homepage": "https://macuse.app",
"dependencies": {},
"devDependencies": {
"@anthropic-ai/mcpb": "^1.1.0",
"@biomejs/biome": "^2.2.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/npm": "^12.0.0",
"@semantic-release/exec": "^7.1.0",
"@semantic-release/git": "^10.0.1",
"semantic-release": "^24.2.7",
"@types/node": "^22.10.5",
"tsup": "^8.5.0",
"typescript": "^5.7.2"
},
"engines": {
"node": ">=20.8.1"
},
"packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac"
}