UNPKG

629 BJSONView Raw
1{
2 "name": "graphql",
3 "version": "14.1.0",
4 "description": "A Query Language and Runtime which can target any service.",
5 "license": "MIT",
6 "main": "index",
7 "module": "index.mjs",
8 "sideEffects": false,
9 "homepage": "https://github.com/graphql/graphql-js",
10 "bugs": {
11 "url": "https://github.com/graphql/graphql-js/issues"
12 },
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/graphql/graphql-js.git"
16 },
17 "keywords": [
18 "graphql",
19 "graphql-js"
20 ],
21 "engines": {
22 "node": ">= 6.x"
23 },
24 "dependencies": {
25 "iterall": "^1.2.2"
26 },
27 "publishConfig": {
28 "tag": "latest"
29 }
30}
\No newline at end of file