UNPKG

typeorm-cursor-paginate

Version:

Cursor-based pagination with directional cursors.

52 lines (51 loc) 1.35 kB
{ "name": "typeorm-cursor-paginate", "version": "2.1.0", "description": "Cursor-based pagination with directional cursors.", "keywords": [ "directional", "cursor", "pagination", "cursor-based", "paginator", "direction", "paginate", "typeorm", "typescript" ], "author": "Aleksandr Panev <aleksandr.panev.2002@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Oriery/typeorm-cursor-paginate" }, "main": "lib/src/index.js", "types": "lib/index.d.ts", "scripts": { "prepack": "npm run test && npm run build", "build": "rimraf ./lib && swc src -d lib --config-file ./build.swcrc && tsc", "test": "npm run test:lint && npm run test:unit", "test:lint": "eslint src/**/**/*.ts", "test:unit": "jest src --runInBand" }, "peerDependencies": { "typeorm": "^0.3.21" }, "devDependencies": { "@eslint/js": "^9.22.0", "@swc/cli": "0.6.0", "@swc/core": "1.11.9", "@swc/jest": "0.2.37", "@types/jest": "29.5.14", "eslint": "9.22.0", "eslint-config-prettier": "^10.1.1", "eslint-plugin-prettier": "^5.2.3", "globals": "^16.0.0", "jest": "29.7.0", "prettier": "^3.5.3", "rimraf": "6.0.1", "sqlite3": "5.1.7", "typescript": "5.8.2", "typescript-eslint": "^8.26.1" } }