package.json•1.69 kB
{
"name": "apple-doc-mcp",
"version": "1.0.1",
"description": "MCP server providing seamless access to Apple Developer Documentation with smart search and wildcard support",
"main": "dist/index.js",
"type": "module",
"bin": {
"apple-doc-mcp": "dist/index.js"
},
"keywords": [
"mcp",
"apple",
"documentation",
"ios",
"macos",
"swiftui",
"uikit"
],
"contributors": [
{
"name": "Jonathan Russ",
"email": "jonathan.russ@bluewin.ch",
"url": "https://github.com/JonathanXDR"
}
],
"author": "MightyDillah",
"repository": {
"type": "git",
"url": "https://github.com/MightyDillah/apple-doc-mcp.git"
},
"bugs": {
"url": "https://github.com/MightyDillah/apple-doc-mcp/issues"
},
"homepage": "https://github.com/MightyDillah/apple-doc-mcp#readme",
"scripts": {
"build": "tsc && chmod +x dist/index.js",
"format": "prettier --check .",
"format:fix": "prettier --write .",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"start": "node dist/index.js",
"typecheck": "nlx tsc --noEmit",
"postinstall": "nr build",
"prepare": "husky",
"prepublishOnly": "nr build"
},
"dependencies": {
"@antfu/ni": "25.0.0",
"@commitlint/cli": "19.8.1",
"@commitlint/config-conventional": "19.8.1",
"@modelcontextprotocol/sdk": "1.17.2",
"axios": "1.11.0",
"eslint": "9.32.0",
"eslint-plugin-prettier": "5.5.4",
"husky": "9.1.7",
"jiti": "2.5.1",
"lint-staged": "16.1.4",
"neostandard": "0.12.2"
},
"devDependencies": {
"@types/node": "24.2.0",
"typescript": "5.9.2"
},
"engines": {
"node": ">=18"
}
}