{
  "name": "@shopify/oxygen-cli",
  "publishConfig": {
    "access": "public",
    "@shopify:registry": "https://registry.npmjs.org"
  },
  "license": "MIT",
  "version": "6.0.0",
  "type": "module",
  "scripts": {
    "build": "tsup --sourcemap --clean --config ./tsup.config.ts && oclif manifest",
    "changesets:check": "changeset status",
    "dev": "tsup --watch --config ./tsup.config.ts",
    "typecheck": "tsc --noEmit",
    "lint": "eslint --max-warnings 0 src",
    "lint:format": "prettier --write \"**/*.*\" && npm run lint --fix",
    "generate:manifest": "oclif manifest",
    "prepublishOnly": "npm install && npm run build && rm -rf dist/**/*.test.* && npm run upload-sourcemaps",
    "release": "npm run prepublishOnly && npx changeset publish && git push --follow-tags",
    "test": "vitest run",
    "test:watch": "vitest",
    "upload-sourcemaps": "node ./upload-sourcemaps.mjs"
  },
  "bin": {
    "oxygen-cli": "./dist/oxygen-cli.js"
  },
  "engines": {
    "node": ">=18.12.0"
  },
  "exports": {
    "./deploy": "./dist/deploy/index.js"
  },
  "files": [
    "dist",
    "/oclif.manifest.json",
    "CHANGELOG.md"
  ],
  "dependencies": {
    "@bugsnag/core": "^8.2.0",
    "@bugsnag/js": "^8.4.0",
    "@bugsnag/node": "^8.0.0",
    "async": "^3.2.6",
    "graphql-request": "^7.2.0"
  },
  "peerDependencies": {
    "@oclif/core": "^3.26.5",
    "@shopify/cli-kit": "^3.78.1"
  },
  "devDependencies": {
    "@bugsnag/source-maps": "^2.3.3",
    "@changesets/cli": "^2.29.5",
    "@shopify/eslint-plugin": "^50.0.0",
    "@shopify/prettier-config": "^1.1.4",
    "@types/async": "^3.2.24",
    "@types/node": "^24.1.0",
    "eslint": "^9.32.0",
    "eslint-import-resolver-node": "^0.3.9",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^5.5.3",
    "node-fetch": "^3.3.2",
    "oclif": "^4",
    "tsup": "^8.5.0",
    "typescript": "^5.8.3",
    "vite": "^7.0.3",
    "vitest": "^3.2.4"
  },
  "prettier": "@shopify/prettier-config",
  "oclif": {
    "bin": "oxygen-cli",
    "dirname": "oxygen-cli",
    "commands": "./dist/commands",
    "topics": {
      "oxygen": {
        "description": "Oxygen commands"
      }
    }
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ]
}
