{
  "name": "juicy-coupon-bot",
  "version": "3.0.2",
  "description": "Coupon code generator and distribution bot for OWASP Juice Shop",
  "type": "commonjs",
  "homepage": "http://owasp-juice.shop",
  "bugs": {
    "url": "https://github.com/juice-shop/juicy-coupon-bot/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/juice-shop/juicy-coupon-bot.git"
  },
  "license": "MIT",
  "author": "Bjoern Kimminich <bjoern.kimminich@owasp.org> (https://kimminich.de)",
  "main": "index.ts",
  "bin": {
    "juicy-coupon-bot": "dist/bin/juicy-coupon-bot.js"
  },
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build",
    "lint": "eslint index.ts bin lib --ext .ts",
    "lint:fix": "eslint index.ts bin lib --ext .ts --fix",
    "test": "c8 --extension .ts node --test --import tsx test/*.spec.ts"
  },
  "c8": {
    "all": true,
    "include": [
      "lib/*.ts"
    ],
    "exclude": [
      "node_modules/**",
      "lib/types/*.ts",
      "lib/utils/*.ts",
      "test/**",
      "dist",
      "bin"
    ],
    "report-dir": "./build/reports/coverage",
    "reporter": [
      "lcov",
      "text-summary"
    ]
  },
  "dependencies": {
    "@atproto/api": "^0.13.17",
    "colors": "^1.4.0",
    "masto": "^6.10.1",
    "reddit-wrapper-v2": "^1.1.6",
    "winston": "^3.2.1"
  },
  "devDependencies": {
    "@types/node": "^22.13.10",
    "@typescript-eslint/eslint-plugin": "^6.4.0",
    "@typescript-eslint/parser": "^6.4.0",
    "c8": "^10.1.3",
    "coveralls": "^3.1.0",
    "eslint": "^8.57.1",
    "eslint-config-standard-with-typescript": "^43.0.1",
    "ts-node": "^10.9.2",
    "tsx": "^4.20.3",
    "typescript": "^5.2.2"
  },
  "engines": {
    "node": "22 - 23"
  },
  "preferGlobal": true
}
