forked from valu-digital/wp-graphql-offset-pagination
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 858 Bytes
/
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
{
"name": "wp-graphql-offset-pagination",
"version": "1.0.0",
"description": "Adds traditional offset pagination support to WPGraphQL. This useful only when you need to implement",
"main": "index.js",
"directories": {
"test": "tests"
},
"dependencies": {
"@prettier/plugin-php": "^0.14.0",
"prettier": "^2.0.4"
},
"devDependencies": {},
"scripts": {
"prettier": "prettier --write 'src/*.php' 'tests/*/*.php'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/valu-digital/wp-graphql-offset-pagination.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/valu-digital/wp-graphql-offset-pagination/issues"
},
"homepage": "https://github.com/valu-digital/wp-graphql-offset-pagination#readme"
}