-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 964 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
28
29
30
31
32
{
"name": "@nordcom/wp-graphql-bebuilder",
"description": "WordPress plugin to expose BeBuilder page objects through WPGraphQL",
"version": "0.1.0",
"prettier": "@nordcom/prettier",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/NordcomInc/wp-graphql-bebuilder.git"
},
"author": {
"name": "Nordcom Group Inc.",
"email": "opensource@nordcom.io",
"url": "https://nordcom.io/"
},
"contributors": [
{
"name": "Filiph Siitam Sandström",
"email": "filiph@nordcom.io",
"url": "https://github.com/filiphsps/"
}
],
"bugs": {
"url": "https://github.com/NordcomInc/wp-graphql-bebuilder/issues/"
},
"homepage": "https://github.com/NordcomInc/wp-graphql-bebuilder/",
"dependencies": {},
"devDependencies": {
"@nordcom/prettier": "0.1.1",
"prettier": "3.4.0"
}
}