2023-02-08 17:00:11 +01:00

65 lines
1.8 KiB
JSON

{
"name": "@strapi/plugin-graphql",
"version": "4.6.1",
"description": "Adds GraphQL endpoint with default API methods.",
"repository": {
"type": "git",
"url": "https://github.com/strapi/strapi.git",
"directory": "packages/plugins/graphql"
},
"license": "SEE LICENSE IN LICENSE",
"author": {
"name": "Strapi Solutions SAS",
"email": "hi@strapi.io",
"url": "https://strapi.io"
},
"maintainers": [
{
"name": "Strapi Solutions SAS",
"email": "hi@strapi.io",
"url": "https://strapi.io"
}
],
"scripts": {
"test:front": "cross-env IS_EE=true jest --config ./jest.config.front.js",
"test:front:watch": "cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll",
"test:front:ce": "cross-env IS_EE=false jest --config ./jest.config.front.js",
"test:front:watch:ce": "cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"
},
"dependencies": {
"@graphql-tools/schema": "8.5.1",
"@graphql-tools/utils": "^8.12.0",
"@strapi/utils": "4.6.1",
"apollo-server-core": "3.11.1",
"apollo-server-koa": "3.10.0",
"glob": "^7.1.7",
"graphql": "^15.5.1",
"graphql-depth-limit": "^1.1.0",
"graphql-playground-middleware-koa": "^1.6.21",
"graphql-scalars": "1.20.1",
"graphql-upload": "^13.0.0",
"koa-compose": "^4.1.0",
"lodash": "4.17.21",
"nexus": "1.3.0",
"pluralize": "^8.0.0",
"subscriptions-transport-ws": "0.9.19"
},
"devDependencies": {
"cross-env": "^7.0.3",
"koa": "^2.13.4"
},
"peerDependencies": {
"@strapi/strapi": "^4.0.0"
},
"engines": {
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
},
"strapi": {
"displayName": "GraphQL",
"name": "graphql",
"description": "Adds GraphQL endpoint with default API methods.",
"kind": "plugin"
}
}