{
  "name": "carestack",
  "version": "1.0.29",
  "description": "",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
    "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
    "typecheck": "tsc -p ./tsconfig.json --noEmit",
    "prepare": "husky",
    "test": "jest",
    "start": "nest start",
    "test:file": "jest --testPathPattern"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@nestjs/common": "^11.0.10",
    "@nestjs/swagger": "^11.0.4",
    "@zilliz/milvus2-sdk-node": "^2.6.5",
    "axios": "^1.7.9",
    "class-transformer": "^0.5.1",
    "class-validator": "^0.14.1",
    "constate": "^3.3.3",
    "date-fns": "^4.1.0",
    "dotenv": "^16.4.7",
    "inquirer": "^12.5.0",
    "jose": "^5.8.0",
    "jsencrypt": "^3.3.2",
    "node-forge": "^1.3.1",
    "node-jose": "^2.2.0"
  },
  "devDependencies": {
    "@tsconfig/node20": "^20.1.4",
    "@tsconfig/strictest": "^2.0.5",
    "@types/jest": "^29.5.14",
    "@types/node": "^20.17.17",
    "@types/node-forge": "^1.3.11",
    "@types/node-jose": "^1.1.13",
    "@typescript-eslint/eslint-plugin": "^8.46.2",
    "@typescript-eslint/parser": "^8.46.2",
    "cross-env": "^7.0.3",
    "eslint": "^9.38.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.4",
    "eslint-plugin-simple-import-sort": "^12.1.1",
    "husky": "^9.1.7",
    "jest": "^29.7.0",
    "lint-staged": "^15.4.3",
    "prettier": "^3.6.2",
    "ts-jest": "^29.2.5",
    "typedoc": "^0.28.8",
    "typedoc-material-theme": "^1.4.0",
    "typedoc-plugin-markdown": "^4.8.0",
    "typescript": "^5.7.3"
  },
  "lint-staged": {
    "src/**/*.ts": [
      "npm run lint",
      "tsc-files -p ./tsconfig.json --noEmit"
    ],
    "*.ts": [
      "prettier --write"
    ]
  }
}
