{
  "name": "@cap.js/wasm",
  "version": "0.0.7",
  "description": "WASM solver for Cap, a lightweight, modern open-source CAPTCHA alternative designed using SHA-256 PoW.",
  "keywords": [
    "algorithm",
    "anti-abuse",
    "anti-automation",
    "anti-bot",
    "anti-ddos",
    "anti-dos",
    "anti-exploitation",
    "anti-scraping",
    "anti-spam",
    "attack-mitigation",
    "bots",
    "captcha-alternative",
    "client-server",
    "complexity",
    "computational-puzzle",
    "crypto",
    "cryptographic",
    "cybersecurity",
    "ddos",
    "defense",
    "detection",
    "filtering",
    "hashcash",
    "hcaptcha",
    "invisible",
    "pow",
    "prevention",
    "proof-of-work",
    "protection",
    "protocol",
    "puzzle",
    "recaptcha",
    "security",
    "spam",
    "turing-test",
    "verification"
  ],
  "homepage": "https://github.com/tiagozip/cap#readme",
  "bugs": {
    "url": "https://github.com/tiagozip/cap/issues"
  },
  "license": "Apache-2.0",
  "author": "Tiago",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tiagozip/cap.git"
  },
  "main": "./node/cap_wasm.js",
  "scripts": {
    "npm:publish": "bun publish --access public"
  }
}
