{
  "name": "@saferoute/constants",
  "version": "1.0.0",
  "description": "SafeRoute shared constants — roles, statuses, events",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch"
  },
  "license": "UNLICENSED",
  "dependencies": {
    "typescript": "^6.0.3"
  }
}
