{
   "name": "nestjs-sequelize-paginate",
   "version": "1.0.0",
   "description": "🏳‍🌈 Pagination helper method for Sequelize models.",
   "main": "dist/index.js",
   "type": "dist/index.d.ts",
   "directories": {
      "lib": "lib"
   },
   "scripts": {
      "format": "prettier --write \"lib/**/*.ts\" \"test/**/*.ts\"",
      "build": "yarn prebuild & tsc",
      "dev": "yarn prebuild & tsc -w",
      "prebuild": "rimraf dist"
   },
   "dependencies": {},
   "devDependencies": {
      "prettier": "^1.19.1",
      "rimraf": "^3.0.2",
      "typescript": "^3.8.3"
   },
   "repository": {
      "type": "git",
      "url": "git+https://github.com/yoicalsin/nestjs-sequelize-paginate.git"
   },
   "keywords": [
      "nestjs",
      "nest",
      "sequelize",
      "paginate",
      "pagination",
      "mysql"
   ],
   "author": "Yoni Calsin <helloyonicb@gmail.com>",
   "license": "MIT",
   "bugs": {
      "url": "https://github.com/yoicalsin/nestjs-sequelize-paginate/issues"
   },
   "homepage": "https://github.com/yoicalsin/nestjs-sequelize-paginate#readme"
}
