-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.04 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
{
"name": "@writetome51/array-get-page",
"version": "2.0.0",
"description": "Function that paginates an array",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/writetome51/array-get-page.git"
},
"keywords": [
"array",
"get",
"paginate",
"paginator",
"pagination",
"page",
"data",
"content",
"function"
],
"author": "Steve Thompson",
"license": "MIT",
"bugs": {
"url": "https://github.com/writetome51/array-get-page/issues"
},
"homepage": "https://github.com/writetome51/array-get-page#readme",
"devDependencies": {
"@writetome51/arrays-match": "^2.0.2",
"@writetome51/get-countup-countdown": "^2.0.1"
},
"dependencies": {
"@writetome51/array-get-adjacent-at": "^3.0.0",
"@writetome51/array-get-head-tail": "^2.0.0",
"@writetome51/get-rounded-up-down": "^3.0.0",
"@writetome51/in-range": "^2.0.2",
"@writetome51/not": "^2.0.0"
}
}