{
  "name": "happy-cart-wordpress-plugin",
  "version": "1.0.0",
  "description": "Happy Cart WordPress Plugin",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "prod": "rm -rf dist/happy-cart && rm -f dist/happy-cart.zip && zip -r dist/happy-cart.zip . -x 'dist/*' '.*' '__MACOSX'"
  },
  "author": "",
  "license": "ISC"
}