{
  "name": "sentinel-ai-connect",
  "version": "2.0.0",
  "description": "Zero-config decentralized VPN for AI agents. One function call to private internet access through Sentinel's P2P network — RPC queries, typed events, CosmJS compatible.",
  "type": "module",
  "main": "index.js",
  "types": "index.d.ts",
  "bin": {
    "sentinel-ai": "./cli.js"
  },
  "files": [
    "*.js",
    "*.mjs",
    "*.d.ts",
    "*.vbs",
    "*.md",
    "cli/",
    "examples/",
    ".env.example",
    "LICENSE"
  ],
  "scripts": {
    "setup": "node setup.js",
    "postinstall": "node setup.js || echo '[sentinel-ai] Setup incomplete — run npm run setup'",
    "connect": "node cli.js connect",
    "test": "node -e \"import('./index.js').then(m => console.log('OK:', Object.keys(m).length, 'exports'))\""
  },
  "keywords": [
    "sentinel", "vpn", "decentralized", "p2p", "ai", "agent",
    "privacy", "wireguard", "v2ray", "autonomous", "blockchain",
    "cosmos", "dvpn", "tunnel", "socks5", "uncensorable",
    "rpc", "typescript", "cosmjs"
  ],
  "license": "MIT",
  "author": "Blue SDK Contributors",
  "repository": {
    "type": "git",
    "url": "https://github.com/Sentinel-Autonomybuilder/blue-ai-connect"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "dependencies": {
    "sentinel-dvpn-sdk": "^1.5.1"
  }
}
