{
  "name": "@texturehq/events",
  "version": "1.16.2",
  "author": "Will Laeri <will@texture.energy>",
  "description": "The library of Texture events.",
  "main": "dist/index.js",
  "license": "MIT",
  "scripts": {
    "build": "tsc -p tsconfig.prod.json",
    "knip": "knip",
    "prepack": "npm run build",
    "test": "jest --coverage --passWithNoTests",
    "test:watch": "jest --watch",
    "lint": "eslint --ext .ts src/",
    "lint:fix": "eslint --fix --ext .ts src/"
  },
  "devDependencies": {
    "@types/eslint": "^8",
    "@types/jest": "29.5.3",
    "@types/node": "^22.10.10",
    "@typescript-eslint/parser": "^6.21.0",
    "eslint": "^8.56.0",
    "eslint-plugin-deprecation": "^3.0.0",
    "jest": "29.6.2",
    "knip": "^6.24.0",
    "ts-jest": "^29.4.11",
    "ts-node": "10.9.1",
    "typescript": "6.0.3"
  },
  "dependencies": {
    "@texturehq/command": "^1.13.1",
    "@texturehq/device": "^2.15.0",
    "zod": "^4.0.0"
  },
  "resolutions": {
    "axios": "^1.12.0"
  }
}
