{
  "name": "@pho3nix90/discordts",
  "version": "4.1.13",
  "description": "Create your discord bot by using TypeScript and decorators!",
  "main": "index.js",
  "types": "index.d.ts",
  "private": false,
  "scripts": {
    "test": "jest --detectOpenHandles",
    "copy": "copyfiles package.json README.md build",
    "build": "rimraf ./build && npx tsc --build tsconfig.json && npm run copy",
    "build:deploy": "npm run build && npm publish"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "files": [
    "*"
  ],
  "bugs": {
    "url": "",
    "email": "shaun@jvn.sx"
  },
  "author": "Shaun JVN",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Pho3niX90/discord.ts.git"
  },
  "keywords": [
    "typescript",
    "discord",
    "bot",
    "client",
    "api",
    "library",
    "framework",
    "tool",
    "decorators"
  ],
  "dependencies": {
    "discord.js": "^12.2.0",
    "glob": "^7.1.6"
  },
  "devDependencies": {
    "@types/glob": "^7.1.1",
    "@types/jest": "^26.0.15",
    "@types/node": "^14.14.10",
    "jest": "^26.0.1",
    "reflect-metadata": "^0.1.13",
    "ts-jest": "^26.4.4",
    "ts-node": "^9.0.0",
    "tslib": "^2.0.3",
    "typescript": "^4.1.2"
  }
}
