{
  "name": "@iaminfinity/express-cassandra",
  "version": "6.0.0",
  "description": "Nest - modern, fast, powerful node.js web framework (@express-cassandra)",
  "author": {
    "name": "Fahim Rahman",
    "email": "faim.sust@gmail.com",
    "url": "https://github.com/ifaim"
  },
  "license": "MIT",
  "scripts": {
    "build": "rm -rf dist && tsc -p tsconfig.json",
    "precommit": "lint-staged",
    "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": "^6.7.0",
    "@nestjs/core": "^6.7.0",
    "reflect-metadata": "^0.1.12",
    "rxjs": "^6.0.0"
  },
  "devDependencies": {
    "@nestjs/common": "6.8.5",
    "@nestjs/core": "6.8.5",
    "@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": {
    "@types/cassandra-driver": "3.6.0",
    "express-cassandra": "2.3.2",
    "merge-deep": "3.0.2"
  },
  "keywords": [
    "nestjs",
    "cassandra",
    "apache-cassandra",
    "datastax",
    "orm",
    "express-cassandra",
    "node",
    "nodejs",
    "javascript"
  ]
}
