mirror of
https://github.com/strapi/strapi.git
synced 2025-12-30 16:53:05 +00:00
52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"name": "strapi-plugin-graphql",
|
|
"version": "3.0.0-beta.14",
|
|
"description": "This is the description of the plugin.",
|
|
"strapi": {
|
|
"name": "graphql",
|
|
"icon": "plug",
|
|
"description": "Description of graphql plugin."
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"no tests yet\""
|
|
},
|
|
"dependencies": {
|
|
"apollo-server-koa": "^2.5.0",
|
|
"dataloader": "^1.4.0",
|
|
"glob": "^7.1.4",
|
|
"graphql": "^14.3.0",
|
|
"graphql-depth-limit": "^1.1.0",
|
|
"graphql-playground-middleware-koa": "^1.6.12",
|
|
"graphql-tools": "^4.0.4",
|
|
"graphql-type-datetime": "^0.2.4",
|
|
"graphql-type-json": "^0.3.0",
|
|
"graphql-type-long": "^0.1.1",
|
|
"koa-compose": "^4.0.0",
|
|
"pluralize": "^7.0.0",
|
|
"strapi-utils": "3.0.0-beta.14"
|
|
},
|
|
"devDependencies": {
|
|
"cross-env": "^5.2.0",
|
|
"koa": "^2.1.0",
|
|
"rimraf": "^2.6.3"
|
|
},
|
|
"author": {
|
|
"name": "A Strapi developer",
|
|
"email": "",
|
|
"url": ""
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "A Strapi developer",
|
|
"email": "",
|
|
"url": ""
|
|
}
|
|
],
|
|
"engines": {
|
|
"node": ">=10.0.0",
|
|
"npm": ">=6.0.0"
|
|
},
|
|
"license": "MIT",
|
|
"gitHead": "c85658a19b8fef0f3164c19693a45db305dc07a9"
|
|
}
|