{
  "name": "liquid-ajax-cart",
  "version": "2.1.3",
  "description": "Build a Shopify Ajax-cart without JavaScript coding",
  "private": false,
  "browser": "./liquid-ajax-cart.js",
  "files": [
    "/liquid-ajax-cart.js"
  ],
  "scripts": {
    "screenshot": "node screenshot.js",
    "test": "echo \"Error: no test specified\" && exit 1",
    "webpack-watch": "webpack --mode=development --watch",
    "shopify-watch": "shopify theme dev --store=liquid-ajax-cart",
    "start": "npm-run-all --parallel webpack-watch shopify-watch",
    "build": "rimraf docs/v2/releases/last && webpack --mode=production && webpack --mode=production --env last=true  && webpack --mode=production --env npm=true"
  },
  "keywords": [
    "shopify",
    "liquid",
    "ajax",
    "cart"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/EvgeniyMukhamedjanov/liquid-ajax-cart.git"
  },
  "author": "Evgeniy Mukhamedjanov (https://github.com/EvgeniyMukhamedjanov)",
  "license": "ISC",
  "homepage": "https://liquid-ajax-cart.js.org",
  "devDependencies": {
    "js-yaml": "^4.1.0",
    "npm-run-all": "^4.1.5",
    "puppeteer": "^21.5.0",
    "resize-img": "^2.0.0",
    "rimraf": "^3.0.2",
    "ts-loader": "^9.2.6",
    "typescript": "^4.5.4",
    "webpack": "^5.53.0",
    "webpack-cli": "^4.8.0"
  }
}
