{
  "name": "@hosterai/types",
  "version": "0.0.33",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "build:schemas": "ts-node scripts/generate-schemas.ts",
    "prepack": "npm run build:schemas && npm run build",
    "test": "jest",
    "coverage": "jest --coverage",
    "lint": "eslint . --ext .ts --fix",
    "format": "prettier --write .",
    "release": "npm run build && npm publish --access public"
  },
  "keywords": [],
  "author": "",
  "license": "MIT",
  "description": "",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hoster-ai/types.git"
  },
  "devDependencies": {
    "@types/express": "^5.0.3",
    "@types/fs-extra": "^11.0.4",
    "@types/jest": "^30.0.0",
    "@typescript-eslint/eslint-plugin": "^8.35.0",
    "@typescript-eslint/parser": "^8.35.0",
    "eslint": "^9.29.0",
    "eslint-config-prettier": "^10.1.5",
    "eslint-plugin-prettier": "^5.5.1",
    "fs-extra": "^11.3.0",
    "jest": "^30.0.3",
    "prettier": "^3.6.1",
    "ts-jest": "^29.4.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.3"
  },
  "dependencies": {
    "libphonenumber-js": "^1.12.9"
  },
  "peerDependencies": {
    "class-transformer": "^0.5.1",
    "class-validator": "^0.14.2",
    "class-validator-jsonschema": "^5.0.0",
    "express": "^4.0.0 || ^5.0.0",
    "reflect-metadata": "^0.2.2"
  },
  "files": [
    "dist"
  ]
}
