{
  "name": "@graphcommerce/hygraph-cli",
  "homepage": "https://www.graphcommerce.org/",
  "repository": "github:graphcommerce-org/graphcommerce",
  "version": "8.0.8",
  "scripts": {
    "dev": "tsc --preserveWatchOutput --watch",
    "build": "tsc",
    "prepack": "tsc"
  },
  "type": "commonjs",
  "main": "dist/index.js",
  "types": "src/index.ts",
  "dependencies": {
    "@hygraph/management-sdk": "1.2.4",
    "@whatwg-node/fetch": "^0.9.15",
    "graphql-tag": "^2.12.6",
    "prompts": "^2.4.2"
  },
  "peerDependencies": {
    "@apollo/client": "^3",
    "@graphcommerce/eslint-config-pwa": "^8.0.8",
    "@graphcommerce/next-config": "^8.0.8",
    "@graphcommerce/prettier-config-pwa": "^8.0.8",
    "@graphcommerce/typescript-config-pwa": "^8.0.8",
    "dotenv": "^16.1.4",
    "graphql": "^16.7.1"
  },
  "devDependencies": {
    "@types/prompts": "^2.4.9",
    "typescript": "5.3.3"
  },
  "sideEffects": false,
  "prettier": "@graphcommerce/prettier-config-pwa",
  "eslint": {
    "extends": "@graphcommerce/eslint-config-pwa"
  },
  "eslintConfig": {
    "extends": "@graphcommerce/eslint-config-pwa",
    "parserOptions": {
      "project": "./tsconfig.json"
    }
  }
}
