{
  "name": "@ouato/nestjs-express-cassandra",
  "version": "6.0.3",
  "description": "Nest - modern, fast, powerful node.js web framework (@express-cassandra)",
  "author": {
    "name": "Ouato",
    "email": "ouato@hotmail.com"
  },
  "license": "MIT",
  "scripts": {
    "build": "rm -rf dist && tsc -p tsconfig.json",
    "prepublish:npm": "npm run build",
    "publish:npm": "npm publish --access public",
    "prepublish:next": "npm run build",
    "publish:next": "npm publish --access public --tag next",
    "lint": "tslint -p tsconfig.json -c tslint.json"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:ifaim/nestjs-express-cassandra.git"
  },
  "homepage": "https://github.com/ifaim/nestjs-express-cassandra",
  "peerDependencies": {
    "@nestjs/common": "^7.6.15",
    "@nestjs/core": "^7.6.15",
    "reflect-metadata": "^0.1.12",
    "rxjs": "^6.0.0"
  },
  "devDependencies": {
    "@nestjs/common": "7.6.15",
    "@nestjs/core": "7.6.15",
    "@types/node": "10.12.18",
    "husky": "3.0.9",
    "lint-staged": "9.4.2",
    "prettier": "1.18.2",
    "reflect-metadata": "0.1.13",
    "rxjs": "6.5.3",
    "tslint": "5.20.0",
    "typescript": "3.6.4"
  },
  "lint-staged": {
    "*.ts": [
      "prettier --write",
      "git add"
    ]
  },
  "dependencies": {
    "@ouato/express-cassandra": "^2.3.3",
    "cassandra-driver": "^4.5.2",
    "merge-deep": "3.0.2"
  },
  "keywords": [
    "nestjs",
    "cassandra",
    "apache-cassandra",
    "datastax",
    "orm",
    "express-cassandra",
    "node",
    "nodejs",
    "javascript"
  ],
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  }
}
