1 | {
|
2 | "name": "graphql",
|
3 | "version": "16.10.0",
|
4 | "description": "A Query Language and Runtime which can target any service.",
|
5 | "license": "MIT",
|
6 | "main": "index",
|
7 | "module": "index.mjs",
|
8 | "typesVersions": {
|
9 | ">=4.1.0": {
|
10 | "*": [
|
11 | "*"
|
12 | ]
|
13 | },
|
14 | "*": {
|
15 | "*": [
|
16 | "NotSupportedTSVersion.d.ts"
|
17 | ]
|
18 | }
|
19 | },
|
20 | "sideEffects": false,
|
21 | "homepage": "https://github.com/graphql/graphql-js",
|
22 | "bugs": {
|
23 | "url": "https://github.com/graphql/graphql-js/issues"
|
24 | },
|
25 | "repository": {
|
26 | "type": "git",
|
27 | "url": "https://github.com/graphql/graphql-js.git"
|
28 | },
|
29 | "keywords": [
|
30 | "graphql",
|
31 | "graphql-js"
|
32 | ],
|
33 | "engines": {
|
34 | "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"
|
35 | },
|
36 | "publishConfig": {
|
37 | "tag": "latest"
|
38 | }
|
39 | }
|