{
  "name": "@shopify/liquid-html-parser",
  "version": "2.0.3",
  "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": "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": [
    "grammar/*",
    "dist/**/*.js",
    "dist/**/*.ts"
  ],
  "scripts": {
    "build": "yarn build:ts",
    "build:ci": "yarn build",
    "build:ts": "tsc -p tsconfig.build.json",
    "prebuild:ts": "node build/shims.js",
    "type-check": "tsc --noEmit"
  },
  "dependencies": {
    "line-column": "^1.0.2",
    "ohm-js": "^16.3.0"
  },
  "devDependencies": {
    "@types/line-column": "^1.0.0"
  }
}
