{ "name": "safehold", "version": "1.2.0", "description": "Self-custody KYC document storage via MCP", "mcpName": "io.github.Spacetime-Technology/safehold", "type": "module", "license": "MIT", "author": "Spacetime Technology", "keywords": [ "mcp", "model-context-protocol", "mcp-server", "vault", "encryption", "xchacha20", "kyc", "self-custody", "passport", "national-id", "driving-license", "identity-documents", "claude", "claude-desktop" ], "repository": { "type": "git", "url": "git+https://github.com/Spacetime-Technology/safehold.git" }, "homepage": "https://github.com/Spacetime-Technology/safehold#readme", "bugs": { "url": "https://github.com/Spacetime-Technology/safehold/issues" }, "bin": { "safehold": "./dist/index.js" }, "files": [ "dist/**/*", "README.md", "LICENSE" ], "scripts": { "prepare": "husky", "preversion": "bash scripts/prerelease.sh", "version": "node scripts/sync-server-json.js && git add server.json", "postversion": "git push --follow-tags origin main", "prepublishOnly": "npm run build", "build": "tsc -p tsconfig.build.json", "dev": "tsx src/index.ts", "start": "node dist/index.js", "test": "vitest run", "test:watch": "vitest", "typecheck": "tsc --noEmit", "lint": "eslint src tests", "format": "prettier --write src tests", "format:check": "prettier --check src tests" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "@noble/ciphers": "^2.2.0", "zod": "^3.24.0" }, "devDependencies": { "@eslint/js": "^10.0.1", "@types/node": "^22.0.0", "@typescript-eslint/eslint-plugin": "^8.59.3", "@typescript-eslint/parser": "^8.59.3", "eslint": "^10.4.0", "eslint-config-prettier": "^10.1.8", "husky": "^9.1.7", "prettier": "^3.8.3", "tsx": "^4.19.0", "typescript": "^5.7.0", "typescript-eslint": "^8.59.3", "vitest": "^3.2.0" }, "engines": { "node": ">=20.0.0" } }