{
  "dependencies": {
    "discord.js": "^12.2.0",
    "node-nlp": "^4.4.0"
  },
  "devDependencies": {
    "@types/node": "^14.0.6",
    "@types/ws": "^7.2.4",
    "typescript": "^3.9.3"
  },
  "name": "@wykerd/discord-framework",
  "version": "1.1.6",
  "description": "Framework for making discord bots",
  "main": "lib/index.js",
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublishOnly": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Wykerd/discord-framework.git"
  },
  "author": "Daniel Wykerd",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Wykerd/discord-framework/issues"
  },
  "homepage": "https://github.com/Wykerd/discord-framework#readme"
}
