{
  "name": "@shopify/theme-check-docs-updater",
  "version": "2.2.2",
  "description": "Scripts to initialize theme-check data with assets from the theme-liquid-docs repo.",
  "main": "dist/index.js",
  "author": "Albert Chu <albert.chu@shopify.com>",
  "license": "MIT",
  "homepage": "https://github.com/Shopify/theme-tools/tree/main/packages/theme-check-docs-updater#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/shopify/theme-tools.git",
    "directory": "packages/theme-check-docs-updater"
  },
  "bugs": {
    "url": "https://github.com/shopify/theme-tools/issues"
  },
  "publishConfig": {
    "access": "public",
    "@shopify:registry": "https://registry.npmjs.org"
  },
  "bin": {
    "theme-docs": "./scripts/cli.js"
  },
  "scripts": {
    "build": "yarn build:ts",
    "build:ci": "yarn build",
    "build:ts": "tsc -b tsconfig.build.json",
    "postbuild": "node scripts/cli.js download data",
    "test": "vitest",
    "type-check": "tsc --noEmit"
  },
  "dependencies": {
    "@shopify/theme-check-common": "^2.2.2",
    "ajv": "^8.12.0",
    "env-paths": "^2.2.1",
    "node-fetch": "^2.6.11"
  },
  "devDependencies": {
    "@types/node-fetch": "^2.6.4"
  }
}
