{
  "name": "@golproductions/exnos",
  "version": "0.3.5",
  "description": "EXPERIMENTAL. Live browser-state verification for AI coding agents. One MCP call, milliseconds, truth. Free, MIT, no warranty. By GOL Productions.",
  "bin": {
    "exnos": "dist/exnos-mcp.min.cjs"
  },
  "license": "MIT",
  "files": [
    "dist/",
    "extension/",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "browser",
    "verification",
    "claude-code",
    "coding-agent"
  ],
  "author": "GOL Productions (https://golproductions.com)",
  "homepage": "https://golproductions.com/exnos",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/golproductions/exnos.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "javascript-obfuscator": "^4.1.0"
  },
  "scripts": {
    "build": "node scripts/build.cjs",
    "prepack": "node scripts/sync-manifest-version.cjs && node scripts/build.cjs"
  }
}
