Alexandre Bodin e8153d99c0 v3.2.4
2020-10-16 18:22:15 +02:00

55 lines
1.3 KiB
JSON

{
"name": "strapi-plugin-graphql",
"version": "3.2.4",
"description": "This is the description of the plugin.",
"strapi": {
"name": "graphql",
"icon": "plug",
"description": "Adds GraphQL endpoint with default API methods."
},
"scripts": {
"test": "echo \"no tests yet\""
},
"dependencies": {
"@apollo/federation": "^0.20.1",
"apollo-server-koa": "2.18.2",
"dataloader": "^1.4.0",
"glob": "^7.1.6",
"graphql": "15.3.0",
"graphql-depth-limit": "^1.1.0",
"graphql-iso-date": "^3.6.1",
"graphql-playground-middleware-koa": "^1.6.20",
"graphql-tools": "4.0.6",
"graphql-type-json": "0.3.2",
"graphql-type-long": "^0.1.1",
"graphql-upload": "11.0.0",
"koa-compose": "^4.1.0",
"lodash": "4.17.20",
"pluralize": "^8.0.0",
"strapi-utils": "3.2.4"
},
"devDependencies": {
"cross-env": "^5.2.1",
"koa": "^2.13.0",
"rimraf": "3.0.2"
},
"author": {
"name": "A Strapi developer",
"email": "",
"url": ""
},
"maintainers": [
{
"name": "A Strapi developer",
"email": "",
"url": ""
}
],
"engines": {
"node": ">=10.16.0 <=14.x.x",
"npm": ">=6.0.0"
},
"license": "SEE LICENSE IN LICENSE",
"gitHead": "231263a3535658bab1e9492c6aaaed8692d62a53"
}