{
  "name": "@shopify/theme-check-common",
  "version": "2.2.2",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "author": "CP Clermont <cp.clermont@shopify.com>",
  "homepage": "https://github.com/Shopify/theme-tools/tree/main/packages/theme-check-common#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/shopify/theme-tools.git",
    "directory": "packages/theme-check-common"
  },
  "bugs": {
    "url": "https://github.com/shopify/theme-tools/issues"
  },
  "publishConfig": {
    "access": "public",
    "@shopify:registry": "https://registry.npmjs.org"
  },
  "scripts": {
    "build": "yarn build:ts",
    "build:ci": "yarn build",
    "build:ts": "tsc -b tsconfig.build.json",
    "test": "vitest",
    "type-check": "tsc --noEmit"
  },
  "dependencies": {
    "@shopify/liquid-html-parser": "2.0.3",
    "cross-fetch": "^4.0.0",
    "json-to-ast": "^2.1.0",
    "line-column": "^1.0.2",
    "lodash-es": "^4.17.21",
    "minimatch": "^9.0.1"
  },
  "devDependencies": {
    "@types/json-to-ast": "^2.1.2",
    "@types/line-column": "^1.0.0",
    "@types/lodash-es": "^4.17.12"
  }
}
