{
  "name": "@lambocreeper/mock-discord.js",
  "version": "3.0.0",
  "description": "Easily mock Discord.js for testing your bot's code.",
  "main": "./build/index.js",
  "types": "./build/index.d.ts",
  "files": [
    "build",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "lint": "eslint src --ext .js,.ts",
    "test": "ts-mocha test/**/*Test.ts --exit",
    "test:debug": "ts-mocha test/**/*Test.ts --timeout 999999999 --exit",
    "test:coverage": "nyc --reporter=lcov --reporter=text-summary npm test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lambocreeper/mock-discord.js.git"
  },
  "keywords": [
    "mock",
    "discord.js",
    "discord",
    "testing",
    "utils",
    "test"
  ],
  "author": "LamboCreeper",
  "license": "WTFPL",
  "bugs": {
    "url": "https://github.com/lambocreeper/mock-discord.js/issues"
  },
  "homepage": "https://github.com/lambocreeper/mock-discord.js#readme",
  "devDependencies": {
    "@types/chai": "^4.2.13",
    "@types/mocha": "^7.0.*",
    "@types/node": "^18.14.6",
    "@types/sinon": "^9.0.8",
    "@types/ws": "^7.2.7",
    "@typescript-eslint/eslint-plugin": "^4.4.1",
    "@typescript-eslint/parser": "^4.4.1",
    "chai": "^4.2.0",
    "eslint": "^7.11.0",
    "eslint-config-codesupport": "^1.0.2",
    "mocha": "^7.0.*",
    "nyc": "^15.1.0",
    "sinon": "^9.2.1",
    "ts-mocha": "^7.0.0",
    "typescript": "^4.9.5"
  },
  "dependencies": {
    "discord.js": "^14.8.0"
  }
}
