{
  "name": "repond-events",
  "version": "0.3.2",
  "description": "events for repond",
  "_main": "src/index.ts",
  "_types": "src/index.ts",
  "main": "dist/index.js",
  "types": "src/index.ts",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build": "npx tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/HugoMcPhee/repond-events.git"
  },
  "keywords": [
    "repond",
    "events",
    "actions",
    "async",
    "pausable"
  ],
  "author": "Hugo McPhee",
  "license": "MIT",
  "devDependencies": {
    "@types/react": "^17.0.28",
    "chootils": "^0.3.9",
    "react": "^17.0.2",
    "typescript": "^5.1.6",
    "repond": "^1.2.0"
  },
  "prettier": {
    "printWidth": 120
  }
}
