mirror of
https://github.com/strapi/strapi.git
synced 2025-12-31 17:24:14 +00:00
58 lines
1.3 KiB
JSON
58 lines
1.3 KiB
JSON
{
|
|
"name": "@strapi/plugin-graphql",
|
|
"version": "3.6.8",
|
|
"description": "Adds GraphQL endpoint with default API methods.",
|
|
"strapi": {
|
|
"displayName": "GraphQL",
|
|
"name": "graphql",
|
|
"icon": "plug",
|
|
"description": "graphql.plugin.description",
|
|
"kind": "plugin"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"no tests yet\""
|
|
},
|
|
"dependencies": {
|
|
"@apollo/federation": "^0.20.7",
|
|
"@graphql-tools/utils": "7.2.4",
|
|
"apollo-server-koa": "2.24.0",
|
|
"dataloader": "^1.4.0",
|
|
"glob": "^7.1.6",
|
|
"graphql": "15.5.0",
|
|
"graphql-depth-limit": "^1.1.0",
|
|
"graphql-iso-date": "^3.6.1",
|
|
"graphql-playground-middleware-koa": "^1.6.21",
|
|
"graphql-tools": "4.0.8",
|
|
"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.21",
|
|
"pluralize": "^8.0.0",
|
|
"@strapi/utils": "3.6.8"
|
|
},
|
|
"devDependencies": {
|
|
"cross-env": "^7.0.3",
|
|
"koa": "^2.13.1",
|
|
"rimraf": "3.0.2"
|
|
},
|
|
"author": {
|
|
"name": "A Strapi developer",
|
|
"email": "",
|
|
"url": ""
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "A Strapi developer",
|
|
"email": "",
|
|
"url": ""
|
|
}
|
|
],
|
|
"engines": {
|
|
"node": ">=12.x.x <=16.x.x",
|
|
"npm": ">=6.0.0"
|
|
},
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"gitHead": "231263a3535658bab1e9492c6aaaed8692d62a53"
|
|
}
|