{
  "name": "@graphcommerce/next-config",
  "homepage": "https://www.graphcommerce.org/",
  "repository": "github:graphcommerce-org/graphcommerce",
  "version": "9.0.0-canary.97",
  "type": "commonjs",
  "main": "dist/index.js",
  "types": "src/index.ts",
  "scripts": {
    "dev": "tsc -W --preserveWatchOutput",
    "build": "tsc",
    "prepack": "tsc"
  },
  "dependencies": {
    "@graphql-mesh/cli": "latest",
    "@lingui/loader": "4.11.2",
    "@lingui/swc-plugin": "4.0.8",
    "@swc/core": "1.6.13",
    "@swc/wasm-web": "^1.6.7",
    "circular-dependency-plugin": "^5.2.2",
    "glob": "^10.4.5",
    "inspectpack": "^4.7.1",
    "js-yaml-loader": "^1.2.2",
    "lodash": "^4.17.21",
    "znv": "^0.4.0",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@types/circular-dependency-plugin": "^5.0.8",
    "@types/lodash": "^4.17.7",
    "typescript": "5.5.3"
  },
  "peerDependencies": {
    "@lingui/macro": "^4.2.1",
    "graphql": "^16",
    "next": "*",
    "webpack": "~5.92.1"
  }
}
