← back to Dw Checkout Guard

package.json

22 lines

{
  "name": "dw-checkout-guard",
  "version": "1.0.1",
  "private": true,
  "description": "Shopify Cart & Checkout Validation Function that rejects $0 or discontinued line items on the DW live store.",
  "license": "UNLICENSED",
  "type": "module",
  "scripts": {
    "dev": "shopify app dev",
    "build": "shopify app build",
    "deploy": "shopify app deploy",
    "function:build": "shopify app function build",
    "function:typegen": "shopify app function typegen"
  },
  "dependencies": {
    "@shopify/shopify_function": "^1.0.0"
  },
  "devDependencies": {
    "@shopify/cli": "^3.66.0"
  }
}