{
  "name": "@shopify/liquid-html-parser",
  "version": "2.10.0",
  "description": "Liquid HTML parser by Shopify",
  "author": "CP Clermont <cp.clermont@shopify.com>",
  "homepage": "https://github.com/Shopify/theme-tools/tree/main/packages/liquid-html-parser#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Shopify/theme-tools.git",
    "directory": "packages/liquid-html-parser"
  },
  "bugs": {
    "url": "https://github.com/Shopify/theme-tools/issues"
  },
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "publishConfig": {
    "access": "public",
    "@shopify:registry": "https://registry.npmjs.org"
  },
  "files": [
    "dist/**/*.js",
    "dist/**/*.ts"
  ],
  "dependencies": {
    "line-column": "^1.0.2"
  },
  "devDependencies": {
    "@types/line-column": "^1.0.0",
    "@types/node": "^22.18.8"
  },
  "scripts": {
    "build": "pnpm build:ts",
    "build:ci": "pnpm build",
    "build:ts": "tsc -p tsconfig.build.json",
    "type-check": "tsc --noEmit",
    "test": "vitest --root ../.. --run src/**/*.test.ts"
  }
}