{ "name": "websri", "version": "0.1.0", "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 ", "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": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } }, "files": [ "dist" ], "scripts": { "build": "pkgroll", "prepublishOnly": "pkgroll", "test": "tsx --test $(find test -type f)", "release": "release-it --" }, "devDependencies": { "@release-it/keep-a-changelog": "5.0.0", "@types/node": "22.7.4", "pkgroll": "2.5.0", "release-it": "17.6.0", "tsx": "4.19.1", "typescript": "5.6.2" } }