mirror of
https://github.com/strapi/strapi.git
synced 2026-01-08 05:04:10 +00:00
50 lines
2.4 KiB
JSON
50 lines
2.4 KiB
JSON
{
|
|
"name": "strapi-plugin-graphql",
|
|
"version": "3.0.0-alpha.12",
|
|
"description": "This is the description of the plugin.",
|
|
"strapi": {
|
|
"name": "graphql",
|
|
"icon": "plug",
|
|
"description": "Description of graphql plugin."
|
|
},
|
|
"scripts": {
|
|
"analyze:clean": "node ./node_modules/strapi-helper-plugin/node_modules/.bin/rimraf stats.json",
|
|
"preanalyze": "npm run analyze:clean",
|
|
"analyze": "node ./node_modules/strapi-helper-plugin/lib/internals/scripts/analyze.js",
|
|
"prebuild": "npm run build:clean && npm run test",
|
|
"build:dev": "node ./node_modules/strapi-helper-plugin/node_modules/.bin/cross-env NODE_ENV=development node ./node_modules/strapi-helper-plugin/node_modules/.bin/webpack --config node_modules/strapi-helper-plugin/lib/internals/webpack/webpack.prod.babel.js --color -p --progress",
|
|
"build": "node ./node_modules/strapi-helper-plugin/node_modules/.bin/cross-env NODE_ENV=production node node_modules/strapi-helper-plugin/node_modules/.bin/webpack --config node_modules/strapi-helper-plugin/lib/internals/webpack/webpack.prod.babel.js --color -p --progress",
|
|
"build:clean": "node ./node_modules/strapi-helper-plugin/node_modules/.bin/rimraf admin/build",
|
|
"start": "node ./node_modules/strapi-helper-plugin/node_modules/.bin/cross-env NODE_ENV=development node ./node_modules/strapi-helper-plugin/lib/server",
|
|
"generate": "node ./node_modules/plop/plop.js --plopfile node_modules/strapi-helper-plugin/lib/internals/generators/index.js",
|
|
"lint": "node ./node_modules/strapi-helper-plugin/node_modules/.bin/eslint --ignore-path .gitignore --ignore-pattern '/admin/build/' --config ./node_modules/strapi-helper-plugin/lib/internals/eslint/.eslintrc.json admin",
|
|
"prettier": "node ./node_modules/strapi-helper-plugin/node_modules/.bin/prettier --single-quote --trailing-comma es5 --write \"{admin,__{tests,mocks}__}/**/*.js\"",
|
|
"test": "npm run lint"
|
|
},
|
|
"dependencies": {
|
|
"apollo-server-koa": "^1.3.3",
|
|
"glob": "^7.1.2",
|
|
"graphql": "^0.13.2",
|
|
"graphql-tools": "^2.23.1",
|
|
"graphql-type-json": "^0.2.0",
|
|
"pluralize": "^7.0.0",
|
|
"strapi-utils": "3.0.0-alpha.12"
|
|
},
|
|
"author": {
|
|
"name": "A Strapi developer",
|
|
"email": "",
|
|
"url": ""
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "A Strapi developer",
|
|
"email": "",
|
|
"url": ""
|
|
}
|
|
],
|
|
"engines": {
|
|
"node": ">= 9.0.0",
|
|
"npm": ">= 5.3.0"
|
|
},
|
|
"license": "MIT"
|
|
} |