{
  "name": "discord-handles",
  "version": "7.3.5",
  "description": "A simple Discord command handler.",
  "main": "dist/index.js",
  "typings": "typings/index.d.ts",
  "scripts": {
    "prepare": "npm run build",
    "build": "gulp build",
    "test": "tslint --project tsconfig.json src/**",
    "docs": "gulp docs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/appellation/handles.git"
  },
  "keywords": [
    "discord",
    "discord.js",
    "command handler"
  ],
  "author": "Will Nelson <appellation@topkek.pw>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/appellation/handles/issues"
  },
  "homepage": "https://github.com/appellation/handles#readme",
  "dependencies": {
    "tsubaki": "^1.2.0"
  },
  "devDependencies": {
    "@types/node": "^8.0.19",
    "del": "^3.0.0",
    "discord.js": "^11.2.1",
    "dotenv": "^4.0.0",
    "gulp": "^3.9.1",
    "gulp-sourcemaps": "^2.6.1",
    "gulp-typedoc": "^2.0.3",
    "gulp-typescript": "^3.2.1",
    "raven": "^2.1.0",
    "tslint": "^5.5.0",
    "typedoc": "^0.8.0",
    "typescript": "^2.4.1"
  },
  "peerDependencies": {
    "discord.js": "^11.1.0"
  }
}
