UNPKG

typeorm-paginator

Version:
45 lines (44 loc) 1.18 kB
{ "name": "typeorm-paginator", "version": "0.6.2", "description": "TypeORM query builder pagination library.", "keywords": [ "pagination", "paginator", "typeorm", "typescript" ], "author": "Changwan Jun <wan2land@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "git://github.com/wan2land/typeorm-paginator.git" }, "main": "lib/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 build && npm run test:lint && npm run test:unit", "test:lint": "eslint src/**/**/*.ts", "test:unit": "jest src --runInBand" }, "dependencies": { "regenerator-runtime": "^0.13.9" }, "devDependencies": { "@swc/cli": "^0.1.42", "@swc/core": "^1.2.118", "@swc/jest": "^0.1.2", "@types/jest": "26.0.5", "@types/node": "12.12.50", "browserslist": "^4.18.1", "eslint": "^7.32.0", "eslint-config-stable": "^0.9.0", "jest": "26.1.0", "rimraf": "3.0.2", "sqlite3": "5.0.1", "typeorm": "0.2.29", "typescript": "3.9.7" } }