{
  "name": "websri",
  "version": "1.1.1",
  "description": "A universal Subresource Integrity (SRI) utility for Node.js, browsers, Cloudflare Workers, Deno, Bun, and other web-compatible runtimes.",
  "license": "MIT",
  "author": "Kohei Watanabe <nebel@fogtype.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/kou029w/websri.git"
  },
  "keywords": [
    "browser",
    "bun",
    "cloudflare",
    "cloudflare-workers",
    "deno",
    "hashing",
    "integrity",
    "nodejs",
    "security",
    "sri",
    "subresource-integrity",
    "typescript"
  ],
  "type": "module",
  "types": "./dist/index.d.ts",
  "exports": {
    "types": "./dist/index.d.ts",
    "default": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "test": "node --test $(find test -type f)",
    "prepack": "node --run build",
    "version": "changie batch \"v${npm_package_version}\" && changie merge && git add .changes CHANGELOG.md",
    "postpublish": "git push --follow-tags && gh release create \"v${npm_package_version}\" --notes-file \".changes/v${npm_package_version}.md\""
  },
  "devDependencies": {
    "@tsconfig/node-lts": "24.0.0",
    "@types/node": "24.12.3",
    "changie": "1.24.0",
    "typescript": "6.0.3"
  }
}
