-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.25 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "ottoman-paginate",
"version": "1.1.0",
"description": "A simple pagination library for Ottoman.js",
"main": "build/index.js",
"types": "build/index.d.ts",
"license": "MIT",
"scripts": {
"test": "jest --forceExit",
"lint": "eslint . --ext .js --fix",
"prepare": "npm run build",
"build": "tsc"
},
"keywords": [
"pagination",
"plugin",
"metadata",
"library",
"ottoman",
"couchbase",
"n1ql",
"document",
"paginate",
"pagination-library",
"customizable-labels"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Eronmmer/ottoman-paginate.git"
},
"author": {
"name": "Erons",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/Eronmmer/ottoman-paginate/issues"
},
"homepage": "https://github.com/Eronmmer/ottoman-paginate#readme",
"jest": {
"testEnvironment": "node",
"coveragePathIgnorePatterns": [
"/node_modules/"
],
"testPathIgnorePatterns": [
"client"
]
},
"devDependencies": {
"@types/jest": "^26.0.22",
"dotenv": "^8.2.0",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"jest": "^26.6.3",
"ottoman": "^2.0.0-alpha.19",
"prettier": "^2.2.1",
"ts-jest": "^26.5.4",
"typescript": "^4.2.3"
}
}