{
  "name": "typeorm-cursor-pagination",
  "version": "0.10.1",
  "description": "Cursor-based pagination works with TypeORM.",
  "main": "lib/index.js",
  "scripts": {
    "test": "nyc --reporter=lcov mocha --require ts-node/register test/*.ts",
    "coverage": "codecov",
    "test:docker": "docker-compose up -d && npm run test && docker-compose down",
    "build": "rimraf lib && tsc -p tsconfig.build.json",
    "prepublish": "npm run build"
  },
  "author": "Ben Hu <benjamin658gae@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/benjamin658/typeorm-cursor-pagination.git"
  },
  "homepage": "https://github.com/benjamin658/typeorm-cursor-pagination",
  "keywords": [
    "typeorm",
    "cursor",
    "cursor-based",
    "pagination"
  ],
  "license": "MIT",
  "devDependencies": {
    "@types/chai": "^4.2.9",
    "@types/mocha": "^7.0.1",
    "@types/node": "^13.7.7",
    "@typescript-eslint/eslint-plugin": "^2.21.0",
    "@typescript-eslint/parser": "^2.21.0",
    "chai": "^4.2.0",
    "codecov": "^3.8.3",
    "eslint": "^6.8.0",
    "eslint-config-airbnb-base": "^14.0.0",
    "eslint-plugin-import": "^2.20.1",
    "mocha": "^10.1.0",
    "nyc": "^15.1.0",
    "pg": "^8.7.3",
    "rimraf": "^3.0.2",
    "ts-node": "^10.7.0",
    "typeorm": "^0.3.6",
    "typescript": "^4.7.4"
  },
  "peerDependencies": {
    "typeorm": "^0.3.6"
  },
  "dependencies": {}
}
