{ "name": "sanctionwise", "version": "0.1.2", "mcpName": "io.github.qinisolabs/sanctionwise", "description": "Verified UK sanctions screening for AI agents — official FCDO UK Sanctions List, not guesses.", "license": "Apache-2.0", "author": "Qiniso", "homepage": "https://github.com/qinisolabs/sanctionwise#readme", "repository": { "type": "git", "url": "git+https://github.com/qinisolabs/sanctionwise.git" }, "bugs": { "url": "https://github.com/qinisolabs/sanctionwise/issues" }, "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "bin": { "sanctionwise-mcp": "dist/server.js" }, "files": ["dist", "README.md", "LICENSE", "NOTICE"], "engines": { "node": ">=18" }, "keywords": [ "mcp", "model-context-protocol", "agents", "sanctions", "screening", "aml", "kyc", "uk-sanctions", "ofsi", "compliance" ], "scripts": { "gen": "node scripts/gen-data.mjs", "build": "npm run gen && tsc", "build-mcpb": "npm run build && node scripts/build-mcpb.mjs", "start": "node dist/server.js", "test": "npm run gen && tsx test/parity.test.ts", "build-data": "node scripts/build-data.mjs", "deploy": "wrangler deploy" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "zod": "^3.23.0" }, "devDependencies": { "typescript": "^5.5.0", "tsx": "^4.16.0", "@types/node": "^20.14.0" } }