{
  "name": "@arcjet/decorate",
  "version": "1.5.0",
  "description": "Arcjet utilities for decorating responses with information",
  "keywords": [
    "arcjet",
    "decore",
    "utility",
    "util"
  ],
  "license": "Apache-2.0",
  "homepage": "https://arcjet.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arcjet/arcjet-js.git",
    "directory": "decorate"
  },
  "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",
  "files": [
    "index.d.ts",
    "index.js"
  ],
  "scripts": {
    "build": "rollup --config rollup.config.js",
    "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": {
    "@arcjet/protocol": "1.5.0",
    "@arcjet/sprintf": "1.5.0"
  },
  "devDependencies": {
    "@arcjet/eslint-config": "1.5.0",
    "@arcjet/rollup-config": "1.5.0",
    "@rollup/wasm-node": "4.61.0",
    "@types/node": "24.12.4",
    "eslint": "9.39.4",
    "typescript": "5.9.3"
  },
  "publishConfig": {
    "access": "public",
    "tag": "latest"
  }
}
