{
  "name": "svix",
  "version": "1.76.1",
  "description": "Svix webhooks API client and webhook verification library",
  "author": "svix",
  "repository": "https://github.com/svix/svix-libs",
  "type": "commonjs",
  "keywords": [
    "svix",
    "diahook",
    "webhooks",
    "typescript"
  ],
  "license": "MIT",
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "files": [
    "src",
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "prepare": "yarn run build",
    "test": "jest",
    "prepublishOnly": "yarn lint",
    "lint:eslint": "eslint src",
    "lint:prettier": "prettier src",
    "lint": "yarn run lint:prettier --check && yarn run lint:eslint --max-warnings=0",
    "lint:fix": "yarn run lint:eslint --fix && yarn run lint:prettier --write"
  },
  "dependencies": {
    "@stablelib/base64": "^1.0.0",
    "@types/node": "^22.7.5",
    "es6-promise": "^4.2.8",
    "fast-sha256": "^1.3.0",
    "url-parse": "^1.5.10",
    "uuid": "^10.0.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.20.0",
    "@stablelib/utf8": "^2.0.0",
    "@types/jest": "^29.5.13",
    "@types/url-parse": "1.4.11",
    "@types/uuid": "^10.0.0",
    "eslint": "^9.20.1",
    "globals": "^15.15.0",
    "jest": "^29.7.0",
    "mockttp": "^3.15.5",
    "prettier": "^3.3.3",
    "ts-jest": "^29.2.5",
    "typescript": "^4.0",
    "typescript-eslint": "^8.24.0"
  }
}
