{
  "name": "nestjs-appwrite",
  "version": "1.2.0",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "lint": "eslint \\\"lib/**/*.ts\\\" --fix",
    "build": "rm -rf dist && tsc -p tsconfig.build.json",
    "prepublish:npm": "npm run build",
    "publish:npm": "npm publish --access public",
    "publish:next": "npm publish --access public --tag next",
    "test": "jest"
  },
  "devDependencies": {
    "@aws-sdk/client-ssm": "^3.425.0",
    "@nestjs/common": "10.4.15",
    "@nestjs/core": "10.4.15",
    "@nestjs/swagger": "^8.1.1",
    "@nestjs/testing": "10.4.15",
    "@types/express": "^4.17.21",
    "@types/jest": "29.5.4",
    "@types/node": "22.9.3",
    "@typescript-eslint/eslint-plugin": "^6.7.4",
    "@typescript-eslint/parser": "^6.7.4",
    "appwrite-database-repository": "^1.3.0",
    "eslint": "^8.50.0",
    "eslint-config-airbnb-typescript": "^17.1.0",
    "eslint-import-resolver-typescript": "^3.6.1",
    "eslint-plugin-import": "^2.28.1",
    "jest": "29.6.4",
    "jsonwebtoken": "^9.0.2",
    "node-appwrite": "^15.0.0",
    "reflect-metadata": "0.2.2",
    "rxjs": "7.8.1",
    "ts-jest": "29.1.1",
    "ts-node": "10.9.1",
    "typescript": "5.2.2"
  },
  "peerDependencies": {
    "@aws-sdk/client-ssm": "^3.425.0",
    "@nestjs/common": "^9.0.0 || ^10.0.0 || ^11.0.0",
    "@nestjs/core": "^9.0.0 || ^10.0.0 || ^11.0.0",
    "@nestjs/swagger": "^8.1.1",
    "appwrite-database-repository": "^1.3.0",
    "node-appwrite": "^15.0.0",
    "reflect-metadata": "^0.2.2",
    "rxjs": "^7.8.1"
  },
  "keywords": [
    "Appwrite",
    "Coffee IT",
    "Decorators",
    "Core",
    "NestJS"
  ],
  "author": "",
  "license": "ISC",
  "description": ""
}
