{
  "name": "@shopify/theme",
  "version": "3.58.2",
  "private": false,
  "description": "Utilities for building and publishing themes",
  "homepage": "https://github.com/shopify/cli#readme",
  "bugs": {
    "url": "https://github.com/Shopify/cli/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Shopify/cli/edit/main/packages/theme"
  },
  "license": "MIT",
  "type": "module",
  "files": [
    "/dist",
    "/oclif.manifest.json"
  ],
  "eslintConfig": {
    "extends": [
      "../../.eslintrc.cjs"
    ]
  },
  "dependencies": {
    "@oclif/core": "3.19.6",
    "@shopify/cli-kit": "3.58.2",
    "@shopify/theme-check-node": "2.2.2",
    "@shopify/theme-language-server-node": "1.8.3",
    "yaml": "2.3.2"
  },
  "devDependencies": {
    "@types/node": "18.19.3",
    "node-stream-zip": "^1.15.0",
    "vite": "^4.4.9",
    "vitest": "^0.34.3"
  },
  "engines": {
    "node": ">=18.12.0"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "publishConfig": {
    "@shopify:registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "engine-strict": true,
  "oclif": {
    "commands": "dist/cli/commands"
  },
  "scripts": {
    "build": "nx build",
    "clean": "nx clean",
    "lint": "nx lint",
    "lint:fix": "nx lint:fix",
    "test": "nx run theme:test",
    "test:watch": "nx test:watch",
    "type-check": "nx type-check"
  }
}