{
  "name": "@wellesley/events",
  "version": "1.0.1",
  "license": "UNLICENSED",
  "main": "index.mjs",
  "files": [
    "*",
    "!.*",
    "!*.map"
  ],
  "module": "index.ts",
  "scripts": {
    "build": "tsc && vite build",
    "update:version": "sh ../scripts/package.version.sh",
    "deploy": "sh ../scripts/package.publish.sh",
    "test": "jest --colors --passWithNoTests",
    "lint": "eslint --ext .js,.ts,.tsx ."
  },
  "devDependencies": {
    "eslint-config": "^1.0.0",
    "prettier-config": "^1.0.0",
    "tsconfig": "^1.0.0"
  },
  "dependencies": {
    "@wellesley/ui": "*",
    "@wellesley/openapi": "*",
    "react-hook-form": "^7.51.0"
  },
  "keywords": [],
  "author": "",
  "description": ""
}
