{
"private": true,
"description": "graphql-js should compile with all supported TS versions",
"type": "module",
"scripts": {
"test": "node test.js"
},
"dependencies": {
"graphql": "file:../graphql.tgz",
"graphql-esm": "file:../graphql-esm.tgz",
"typescript-4.4": "npm:typescript@4.4.x",
"typescript-4.5": "npm:typescript@4.5.x",
"typescript-4.6": "npm:typescript@4.6.x",
"typescript-4.7": "npm:typescript@4.7.x",
"typescript-4.8": "npm:typescript@4.8.x",
"typescript-4.9": "npm:typescript@4.9.x"
}
}