{
  "name": "@tinfoilsh/verifier",
  "version": "1.2.1",
  "description": "AMD SEV-SNP attestation verifier for Node.js and browsers",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "scripts": {
    "build": "tsc",
    "test": "vitest run",
    "test:integration": "RUN_TINFOIL_INTEGRATION=true npm test",
    "test:browser": "vitest run --config vite.config.playwright.ts",
    "test:browser:integration": "vitest run --config vite.config.integration.ts",
    "check:es2020": "acorn --ecma2020 --module --silent dist/*.js",
    "clean": "rm -rf dist",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "attestation",
    "amd",
    "sev-snp",
    "verifier"
  ],
  "author": "Tinfoil",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tinfoilsh/tinfoil-js.git"
  },
  "devDependencies": {
    "@types/node": "^26.1.1",
    "@typescript-eslint/eslint-plugin": "^8.63.0",
    "@typescript-eslint/parser": "^8.63.0",
    "@vitest/browser": "^4.1.10",
    "@vitest/browser-playwright": "^4.1.10",
    "jsdom": "^29.1.1",
    "playwright": "^1.61.1",
    "vite": "^8.1.4",
    "vitest": "^4.1.10"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@freedomofpress/crypto-browser": "^0.1.7",
    "@freedomofpress/sigstore-browser": "^0.1.14",
    "@freedomofpress/tuf-browser": "^0.1.11"
  },
  "engines": {
    "node": ">=20"
  }
}
