{
  "name": "vestauth",
  "version": "0.23.1",
  "description": "web-bot-auth for agents–from the creator of dotenvx",
  "keywords": [
    "vestauth",
    "web-bot-auth",
    "webbotauth",
    "cryptography",
    "ai-agent",
    "agent-auth",
    "rfc9421",
    "http-signatures"
  ],
  "homepage": "https://github.com/vestauth/vestauth",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vestauth/vestauth.git"
  },
  "files": [
    "src/**/*",
    "CHANGELOG.md"
  ],
  "license": "BSD-3-Clause",
  "main": "src/lib/main.js",
  "types": "./src/lib/main.d.ts",
  "exports": {
    ".": {
      "types": "./src/lib/main.d.ts",
      "require": "./src/lib/main.js",
      "default": "./src/lib/main.js"
    },
    "./package.json": "./package.json"
  },
  "bin": {
    "vestauth": "./src/cli/vestauth.js"
  },
  "author": "@motdotla",
  "type": "commonjs",
  "scripts": {
    "standard": "standard",
    "standard:fix": "standard --fix",
    "test": "tap run --allow-empty-coverage --disable-coverage --timeout=60000",
    "test-coverage": "tap run --show-full-coverage --timeout=60000",
    "prerelease": "npm test",
    "release": "standard-version"
  },
  "dependencies": {
    "@dotenvx/dotenvx": "^1.52.0",
    "commander": "^11.1.0",
    "execa": "^5.1.1",
    "express": "^4.21.2",
    "knex": "^3.1.0",
    "pg": "^8.18.0",
    "structured-headers": "^2.0.2",
    "undici": "7.11.0"
  },
  "devDependencies": {
    "@yao-pkg/pkg": "^5.14.2",
    "capture-console": "^1.0.2",
    "esbuild": "^0.25.8",
    "proxyquire": "^2.1.3",
    "sinon": "^14.0.1",
    "standard": "^17.1.0",
    "standard-version": "^9.5.0",
    "tap": "^21.0.1",
    "web-bot-auth": "^0.1.2"
  }
}
