{
  "name": "liquidless",
  "version": "1.3.4",
  "description": "Shopify's Liquid template engine, but less powerful",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "build:watch": "tsc -w -p tsconfig.json",
    "test": "vitest --coverage",
    "test:ui": "vitest --coverage --ui"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stepci/liquidless.git"
  },
  "keywords": [
    "liquid",
    "shopify",
    "template"
  ],
  "author": "Mish Ushakov <mish@stepci.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/stepci/liquidless/issues"
  },
  "homepage": "https://github.com/stepci",
  "dependencies": {
    "flat": "^5.0.2",
    "json5": "^2.2.3"
  },
  "devDependencies": {
    "@tsconfig/node16": "^1.0.3",
    "@types/flat": "^5.0.2",
    "@types/node": "^18.7.18",
    "@vitest/coverage-v8": "^1.1.3",
    "@vitest/ui": "^1.1.3",
    "typescript": "^4.8.3",
    "vitest": "^1.1.3"
  }
}
