{
  "name": "discount-calculator-js",
  "version": "1.0.0",
  "description": "A versatile utility for calculating various types of discounts",
  "main": "index.js",
  "bin": {
    "discount-calculator": "./cli.js"
  },
  "scripts": {
    "test": "jest",
    "start": "node cli.js"
  },
  "keywords": [
    "discount",
    "calculator",
    "percentage",
    "promotion",
    "sale",
    "price",
    "reduction",
    "ecommerce",
    "retail",
    "shopping",
    "financial",
    "bogo",
    "tiered"
  ],
  "author": "Discount Calculator",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/modernharp/discountcalculator.git"
  },
  "bugs": {
    "url": "https://github.com/modernharp/discountcalculator/issues"
  },
  "homepage": "https://discountcalculator.org",
  "devDependencies": {
    "jest": "^29.5.0"
  },
  "engines": {
    "node": ">=12.0.0"
  }
}