@motech-development/pagination
Version:
69 lines (68 loc) • 2.1 kB
JSON
{
"name": "@motech-development/pagination",
"description": "NestJS pagination utility",
"version": "1.0.6",
"repository": {
"type": "git",
"url": "git+https://github.com/motech-development/microservices.git"
},
"author": "Mo Gusbi <mo.gusbi@motechdevelopment.co.uk> (https://motechdevelopment.co.uk)",
"bugs": {
"url": "https://github.com/motech-development/microservices/issues"
},
"homepage": "https://github.com/motech-development/microservices/tree/main/packages/pagination#readme",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"files": [
"lib"
],
"main": "lib/index.cjs.js",
"module": "lib/index.esm.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "run prebuild && rollup -c && run postbuild",
"lint": "eslint \"src\"",
"lint-staged": "lint-staged",
"package": "run build",
"postbuild": "tsc --project tsconfig.build.json --emitDeclarationOnly",
"prebuild": "rimraf ./lib",
"test": "jest --watch",
"test-ci": "jest --coverage"
},
"dependencies": {
"@nestjs/common": "^8.1.1",
"@nestjs/core": "^8.1.1",
"express": "^4.17.1",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.4.0"
},
"devDependencies": {
"@babel/core": "7.16.0",
"@babel/plugin-proposal-decorators": "7.16.0",
"@babel/plugin-transform-runtime": "7.16.0",
"@babel/preset-env": "7.16.0",
"@babel/preset-typescript": "7.16.0",
"@motech-development/eslint-config-motech-base": "1.0.5",
"@nestjs/testing": "8.4.4",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-commonjs": "21.1.0",
"@rollup/plugin-node-resolve": "13.3.0",
"@types/express": "4.17.13",
"@types/jest": "27.4.1",
"eslint": "7.32.0",
"jest": "27.5.1",
"jest-marbles": "3.0.2",
"lint-staged": "11.2.6",
"prettier": "2.4.1",
"rimraf": "3.0.2",
"rollup": "2.70.1",
"rollup-plugin-exclude-dependencies-from-bundle": "1.1.22",
"typescript": "4.5.5"
},
"lint-staged": {
"*": "prettier --ignore-unknown --write",
"*.{js,ts}": "eslint --cache --fix"
}
}