{
  "name": "ez-shp-storefront",
  "version": "0.0.25",
  "description": "A helper function collection for Shopify storefront.",
  "main": "dist/index",
  "types": "dist/index.d.ts",
  "files": [
    "/dist"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "minify": "uglifyjs --compress --mangle --output dist/index.min.js -- dist/index.js && uglifyjs --compress --mangle --output dist/index.min.mjs -- dist/index.mjs && uglifyjs --compress --mangle --output dist/index.min.umd.js -- dist/index.umd.js",
    "mjs": "tsc -d && cp dist/index.js dist/index.mjs",
    "cjs": "tsc -m commonjs",
    "umd": "rollup -i dist/index.mjs -o dist/index.umd.js -f umd -n EzShpStorefront",
    "build": "npm run mjs && npm run umd && npm run minify"
  },
  "keywords": [
    "Shopify"
  ],
  "author": "Ezerway <support@ezerway.com>",
  "license": "ISC",
  "devDependencies": {
    "rollup": "^2.60.2",
    "uglify-js": "^3.14.4"
  }
}
