-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "koa-pagination-v2",
"version": "1.3.2",
"description": "Koa pagination middleware",
"main": "src/index.js",
"scripts": {
"test": "jest"
},
"keywords": [
"paginate",
"pagination",
"koa-paginate",
"koa-pagination"
],
"author": "Artash Mardoyan",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/ArtashMardoyan/koa-pagination.git"
},
"bugs": {
"url": "https://github.com/ArtashMardoyan/koa-pagination/issues"
},
"homepage": "https://github.com/ArtashMardoyan/koa-pagination#readme",
"devDependencies": {
"@shopify/jest-koa-mocks": "^5.0.0",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.0",
"jest": "^28.1.3",
"prettier": "^2.7.1",
"supertest": "^6.2.4"
}
}