mirror of
https://github.com/strapi/strapi.git
synced 2025-12-31 17:24:14 +00:00
53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"name": "strapi-plugin-graphql",
|
|
"version": "3.0.0-beta.19.3",
|
|
"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.9.12",
|
|
"dataloader": "^1.4.0",
|
|
"glob": "^7.1.4",
|
|
"graphql": "^14.3.0",
|
|
"graphql-depth-limit": "^1.1.0",
|
|
"graphql-iso-date": "^3.6.1",
|
|
"graphql-playground-middleware-koa": "^1.6.0",
|
|
"graphql-tools": "4.0.6",
|
|
"graphql-type-json": "0.3.1",
|
|
"graphql-type-long": "^0.1.1",
|
|
"koa-compose": "^4.1.0",
|
|
"lodash": "4.17.11",
|
|
"pluralize": "^7.0.0",
|
|
"strapi-utils": "3.0.0-beta.19.3"
|
|
},
|
|
"devDependencies": {
|
|
"cross-env": "^5.2.0",
|
|
"koa": "^2.8.0",
|
|
"rimraf": "3.0.0"
|
|
},
|
|
"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"
|
|
}
|