{
  "name": "y-mst-gql-rig",
  "version": "1.0.1",
  "main": "./lib/mst-gql.js",
  "typings": "./lib/mst-gql.d.ts",
  "bin": {
    "mst-gql": "./generator/mst-gql-scaffold.js"
  },
  "scripts": {
    "build": "tsc --project ./tsconfig.json"
  },
  "resolutions": {
    "graphql": "15.8.0",
    "graphql-request": "4.2.0"
  },
  "dependencies": {
    "@babel/runtime": "^7.18.0",
    "@types/node": "17.0.36",
    "@types/prop-types": "^15.7.5",
    "arg": "^5.0.1",
    "camelcase": "^6.3.0",
    "cosmiconfig": "^7.0.1",
    "mobx-state-tree": "5.1.5",
    "csstype": "^3.1.0",
    "escape-string-regexp": "^5.0.0",
    "eventemitter3": "^4.0.7",
    "fast-json-stable-stringify": "^2.1.0",
    "graphql": "15.8.0",
    "graphql-request": "^4.2.0",
    "lodash": "^4.17.21",
    "mobx": "^6.5.0",
    "pluralize": "^8.0.0",
    "prop-types": "^15.8.1",
    "react": "17.0.2",
    "react-dom": "17.0.2",
    "subscriptions-transport-ws": "^0.11.0",
    "throttle-debounce": "^3.0.1",
    "typescript": "^4.6.3",
    "ws": "^8.6.0"
  },
  "devDependencies": {
    "@monorepo/z-lib-rig": "^1.0.0"
  }
}
