{
  "name": "beepbot-message-parser",
  "version": "2.6.1",
  "author": "Kieron Richardson <artdude543@hotmail.co.uk>",
  "description": "Message parser for BeepBot.",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "dependencies": {
    "@dice-roller/rpg-dice-roller": "^5.5.0",
    "config": "^3.3.12",
    "countdown": "^2.6.0",
    "isomorphic-fetch": "^3.0.0",
    "js-yaml": "^4.1.0",
    "lodash": "^4.17.21",
    "magic-string": "^0.30.11",
    "mathjs": "^13.1.1",
    "memoize-lit": "^2.0.0",
    "moment": "^2.30.1",
    "moment-timezone": "^0.5.45",
    "pluralize": "^8.0.0"
  },
  "devDependencies": {
    "@types/config": "3.3.5",
    "@types/countdown": "^0.0.12",
    "@types/isomorphic-fetch": "0.0.39",
    "@types/lodash": "^4.17.7",
    "@types/node": "^22.5.4",
    "@types/pluralize": "^0.0.33",
    "@types/source-map-support": "^0.5.10",
    "source-map-support": "^0.5.21",
    "typescript": "^5.6.2"
  },
  "scripts": {
    "build": "tsc",
    "prepublish": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com:Synerate/Beepbot-Message-Parser.git"
  },
  "bugs": {
    "url": "https://github.com/Synerate/Beepbot-Message-Parser/issues"
  },
  "keywords": [
    "beepbot",
    "compiler",
    "message",
    "chatbot"
  ],
  "homepage": "https://github.com/Synerate/Beepbot-Message-Parser/blob/master/README.md",
  "license": "MIT",
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  }
}
