{
  "name": "@auios/response-codes",
  "version": "1.0.14",
  "description": "A reusable package for HTTP response code definitions",
  "keywords": [
    "http",
    "response",
    "status-codes",
    "typescript"
  ],
  "author": "Connor O'Connor",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "update": "npx npm-check-updates -u",
    "clean": "rimraf dist",
    "prebuild": "npm run clean",
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "release": "npm publish --access public",
    "test": "node --import tsx --test __tests__/**/*.test.ts"
  },
  "devDependencies": {
    "npm-check-updates": "^18.0.1",
    "rimraf": "^6.0.1",
    "tsx": "^4.20.3",
    "typescript": "^5.8.3"
  }
}
