{
  "name": "@rytass/cms-base-nestjs-module",
  "version": "0.2.17",
  "description": "Rytass Content Management System NestJS Base Module",
  "keywords": [
    "rytass",
    "cms",
    "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"
  },
  "peerDependencies": {
    "@nestjs/common": "*",
    "@nestjs/typeorm": "*",
    "@node-rs/jieba": "*",
    "@quadrats/core": "*",
    "typeorm": "*"
  },
  "dependencies": {
    "dataloader": "^2.2.3",
    "lru-cache": "^11.2.6"
  },
  "main": "./index.cjs.js",
  "module": "./index.js",
  "typings": "./index.d.ts"
}
