{
  "name": "@push.rocks/smartchallenge",
  "version": "1.1.0",
  "private": false,
  "description": "A pluggable challenge provider protocol and toolkit for SmartProxy and edge gateways.",
  "main": "dist_ts/index.js",
  "typings": "dist_ts/index.d.ts",
  "type": "module",
  "author": "Task Venture Capital GmbH <hello@task.vc>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://code.foss.global/push.rocks/smartchallenge.git"
  },
  "bugs": {
    "url": "https://code.foss.global/push.rocks/smartchallenge/issues"
  },
  "homepage": "https://code.foss.global/push.rocks/smartchallenge",
  "devDependencies": {
    "@git.zone/tsbuild": "^4.4.2",
    "@git.zone/tsrun": "^2.0.4",
    "@git.zone/tstest": "^3.6.6",
    "@types/node": "^25.9.1"
  },
  "dependencies": {},
  "files": [
    "ts/**/*",
    "dist/**/*",
    "dist_*/**/*",
    "dist_ts/**/*",
    ".smartconfig.json",
    "license.md",
    "readme.md"
  ],
  "keywords": [
    "challenge",
    "captcha",
    "proof-of-work",
    "turnstile",
    "smartproxy",
    "edge",
    "gateway",
    "security",
    "typescript"
  ],
  "scripts": {
    "test": "tstest test/ --verbose",
    "format": "gitzone format",
    "build": "tsbuild tsfolders",
    "buildDocs": "tsdoc"
  }
}