2018-03-27 17:15:28 +02:00
|
|
|
{
|
|
|
|
|
"name": "strapi-plugin-graphql",
|
2019-07-25 12:00:42 +02:00
|
|
|
"version": "3.0.0-beta.14",
|
2018-03-27 17:15:28 +02:00
|
|
|
"description": "This is the description of the plugin.",
|
|
|
|
|
"strapi": {
|
|
|
|
|
"name": "graphql",
|
|
|
|
|
"icon": "plug",
|
|
|
|
|
"description": "Description of graphql plugin."
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
2019-03-11 10:42:43 +01:00
|
|
|
"test": "echo \"no tests yet\""
|
2018-03-27 17:15:28 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2019-05-17 01:29:50 -07:00
|
|
|
"apollo-server-koa": "^2.5.0",
|
2018-11-21 19:37:19 +01:00
|
|
|
"dataloader": "^1.4.0",
|
2019-05-17 01:29:50 -07:00
|
|
|
"glob": "^7.1.4",
|
|
|
|
|
"graphql": "^14.3.0",
|
2018-05-25 16:08:51 +02:00
|
|
|
"graphql-depth-limit": "^1.1.0",
|
2019-05-17 01:29:50 -07:00
|
|
|
"graphql-playground-middleware-koa": "^1.6.12",
|
|
|
|
|
"graphql-tools": "^4.0.4",
|
|
|
|
|
"graphql-type-datetime": "^0.2.4",
|
|
|
|
|
"graphql-type-json": "^0.3.0",
|
2019-04-05 05:51:09 -07:00
|
|
|
"graphql-type-long": "^0.1.1",
|
2019-06-12 20:30:45 +02:00
|
|
|
"koa-compose": "^4.0.0",
|
2018-03-30 17:05:24 +02:00
|
|
|
"pluralize": "^7.0.0",
|
2019-07-25 12:00:42 +02:00
|
|
|
"strapi-utils": "3.0.0-beta.14"
|
2018-03-27 17:15:28 +02:00
|
|
|
},
|
2019-02-15 22:22:13 +01:00
|
|
|
"devDependencies": {
|
|
|
|
|
"cross-env": "^5.2.0",
|
2019-06-21 14:34:56 +02:00
|
|
|
"koa": "^2.1.0",
|
2019-02-15 22:22:13 +01:00
|
|
|
"rimraf": "^2.6.3"
|
2018-03-27 17:15:28 +02:00
|
|
|
},
|
|
|
|
|
"author": {
|
|
|
|
|
"name": "A Strapi developer",
|
|
|
|
|
"email": "",
|
|
|
|
|
"url": ""
|
|
|
|
|
},
|
|
|
|
|
"maintainers": [
|
|
|
|
|
{
|
|
|
|
|
"name": "A Strapi developer",
|
|
|
|
|
"email": "",
|
|
|
|
|
"url": ""
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
2019-07-15 11:16:38 +02:00
|
|
|
"node": ">=10.0.0",
|
|
|
|
|
"npm": ">=6.0.0"
|
2018-03-27 17:15:28 +02:00
|
|
|
},
|
2019-05-02 15:45:09 +02:00
|
|
|
"license": "MIT",
|
|
|
|
|
"gitHead": "c85658a19b8fef0f3164c19693a45db305dc07a9"
|
2019-04-25 14:23:45 +02:00
|
|
|
}
|