{
  "name": "@rytass/member-base-nestjs-module",
  "version": "0.3.0",
  "description": "Rytass Member System NestJS Base Module",
  "keywords": [
    "rytass",
    "member-system",
    "nestjs"
  ],
  "author": "Chia Yu Pai <fantasyatelier@gmail.com>",
  "homepage": "https://github.com/Rytass/Utils#readme",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Rytass/Utils.git"
  },
  "bugs": {
    "url": "https://github.com/Rytass/Utils/issues"
  },
  "optionalDependencies": {
    "@nestjs/graphql": "*",
    "cookie-parser": "*",
    "graphql": "*",
    "ts-morph": "*",
    "ws": "^8"
  },
  "peerDependencies": {
    "@nestjs/common": "*",
    "@nestjs/typeorm": "*",
    "argon2": "*",
    "jsonwebtoken": "*",
    "typeorm": "*"
  },
  "dependencies": {
    "axios": "*",
    "casbin": "^5",
    "generate-password": "^1.7.1",
    "luxon": "^3.7.2",
    "typeorm-adapter": "^1"
  },
  "devDependencies": {
    "@types/ws": "^8"
  },
  "isolateEntries": [
    "./graphql.ts"
  ],
  "main": "./index.cjs.js",
  "module": "./index.js",
  "typings": "./index.d.ts"
}
