{
  "private": true,
  "description": "graphql-js should compile with all supported TS versions",
  "scripts": {
    "test": "node test.js"
  },
  "dependencies": {
    "graphql": "file:../graphql.tgz",
    "typescript-4.1": "npm:typescript@4.1.x",
    "typescript-4.2": "npm:typescript@4.2.x",
    "typescript-4.3": "npm:typescript@4.3.x",
    "typescript-4.4": "npm:typescript@4.4.x",
    "typescript-4.5": "npm:typescript@4.5.x",
    "typescript-4.6": "npm:typescript@4.6.x"
  }
}