{
  "name": "disbot-ts",
  "version": "1.1.4",
  "description": "A Discord Bot framework for TypeScript",
  "main": "index.ts",
  "scripts": {
    "test": "test",
    "tscinit": "tsc --init",
    "build": "tsc"
  },
  "author": "whenofficial",
  "license": "MIT",
  "dependencies": {
    "@types/node-cron": "^2.0.1",
    "discord.js": "^11.4.2",
    "node-cron": "^2.0.3",
    "ts-node": "^8.0.3",
    "tsc": "^1.20150623.0",
    "typescript": "^3.4.1"
  },
  "devDependencies": {
    "@types/node": "^11.13.4"
  },
  "keywords": [
    "discord",
    "discordapp",
    "bot",
    "framework",
    "typescript"
  ]
}
