{
  "name": "vr-models",
  "version": "1.0.91",
  "description": "Shared database models package for VR applications",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*"
  ],
  "scripts": {
    "clean": "rimraf dist",
    "build": "npm run clean && tsc",
    "test": "jest",
    "version": "npm run build && git add -A dist",
    "pub": "git add . && git commit -m \"Version update\" && npm version patch && npm publish && git push && git push --tags",
    "prepublishOnly": "npm run build",
    "postpublish": "git push && git push --tags"
  },
  "keywords": [
    "sequelize",
    "models",
    "typescript",
    "vr",
    "database"
  ],
  "author": "kanu-cast",
  "license": "MIT",
  "dependencies": {
    "sequelize": "^6.x",
    "uuid": "^9.0.1"
  },
  "devDependencies": {
    "@types/node": "^20.11.19",
    "pg": "^8.11.3",
    "pg-hstore": "^2.3.4",
    "rimraf": "^5.0.5",
    "typescript": "^5.3.3",
    "vr-migrations": "^1.0.76"
  },
  "peerDependencies": {
    "sequelize": "^6.x",
    "vr-migrations": "^1.0.3"
  }
}
