{
  "name": "beerbay-math",
  "version": "1.1.11",
  "description": "",
  "main": "index.js",
  "scripts": {
    "build": "./node_modules/.bin/babel src --out-dir lib",
    "test": "npm run build && cd lib && jest",
    "docs": "jsdoc src -d docs",
    "jsd": "jsdoc2md src/*",
    "release": "./node_modules/.bin/babel src --out-dir lib && npm version patch --force &&  cp package.json lib/ && cd lib && npm publish"
  },
  "keywords": [
    "Strapi",
    "Coupon",
    "Cart",
    "Shipping"
  ],
  "author": "alex@entreprenerd.xyz",
  "contributors": [
    {
      "name": "Nik Vogrinec",
      "email": "vogrinec.nik@gmail.com",
      "url": "https://github.com/NikVogri"
    }
  ],
  "license": "ISC",
  "devDependencies": {
    "@babel/cli": "^7.11.5",
    "@babel/core": "^7.11.5",
    "@babel/preset-env": "^7.11.5",
    "babel-watch": "^7.0.0",
    "jest": "^26.4.2",
    "jsdoc": "^3.6.5",
    "jsdoc-to-markdown": "^6.0.1"
  },
  "dependencies": {
    "@babel/polyfill": "^7.11.5"
  }
}
