github-pages-deploy-action/node_modules/graphql/package.json

30 lines
630 B
JSON
Raw Normal View History

2020-03-07 11:45:40 +08:00
{
2020-03-31 20:57:48 +08:00
"name": "graphql",
"version": "15.0.0-rc.2",
"description": "A Query Language and Runtime which can target any service.",
"license": "MIT",
"main": "index",
"module": "index.mjs",
"types": "index.d.ts",
"sideEffects": false,
"homepage": "https://github.com/graphql/graphql-js",
2020-03-07 11:45:40 +08:00
"bugs": {
"url": "https://github.com/graphql/graphql-js/issues"
},
2020-03-31 20:57:48 +08:00
"repository": {
"type": "git",
"url": "https://github.com/graphql/graphql-js.git"
2020-03-07 11:45:40 +08:00
},
"keywords": [
"graphql",
"graphql-js"
],
2020-03-31 20:57:48 +08:00
"engines": {
"node": ">= 10.x"
},
"dependencies": {},
2020-03-07 11:45:40 +08:00
"publishConfig": {
"tag": "rc"
2020-03-31 20:57:48 +08:00
}
2020-03-07 11:45:40 +08:00
}