{
  "name": "@arcjet/redact-wasm",
  "version": "1.4.0",
  "description": "Arcjet sensitive information redaction detection engine",
  "keywords": [
    "arcjet",
    "redact",
    "utility",
    "util",
    "wasm"
  ],
  "license": "Apache-2.0",
  "homepage": "https://arcjet.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arcjet/arcjet-js.git",
    "directory": "redact-wasm"
  },
  "bugs": {
    "url": "https://github.com/arcjet/arcjet-js/issues",
    "email": "support@arcjet.com"
  },
  "author": {
    "name": "Arcjet",
    "email": "support@arcjet.com",
    "url": "https://arcjet.com"
  },
  "engines": {
    "node": ">=20"
  },
  "type": "module",
  "main": "./index.js",
  "types": "./index.d.ts",
  "exports": {
    "edge-light": "./edge-light.js",
    "workerd": "./workerd.js",
    "default": "./index.js"
  },
  "files": [
    "_virtual/",
    "wasm/",
    "edge-light.d.ts",
    "edge-light.js",
    "index.d.ts",
    "index.js",
    "workerd.d.ts",
    "workerd.js"
  ],
  "scripts": {
    "build:jco": "jco transpile --instantiation async --no-wasi-shim --out-dir wasm/ -- wasm/arcjet_analyze_bindings_redact.component.wasm",
    "build:rollup": "rollup --config rollup.config.js",
    "build": "npm run build:jco && npm run build:rollup",
    "lint": "eslint .",
    "test-api": "node --test -- test/*.test.js",
    "test-coverage": "node --experimental-test-coverage --test -- test/*.test.js",
    "test": "npm run build && npm run lint && npm run test-coverage"
  },
  "dependencies": {},
  "devDependencies": {
    "@arcjet/eslint-config": "1.4.0",
    "@arcjet/rollup-config": "1.4.0",
    "@bytecodealliance/jco": "1.5.0",
    "@rollup/wasm-node": "4.59.0",
    "@types/node": "24.11.0",
    "eslint": "9.39.3",
    "typescript": "5.9.3"
  },
  "publishConfig": {
    "access": "public",
    "tag": "latest"
  }
}
