{
  "name": "willow-plugin-exp",
  "version": "0.0.4",
  "description": "A plugin for willow that allows users to collect exp, gain levels, and be assigned roles.",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "tsc",
    "pub": "npm run build && npm publish",
    "test": "jest --coverage --verbose"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/q-v-q/willow.git"
  },
  "keywords": [
    "discord",
    "bot"
  ],
  "author": "Marc Brannan",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/q-v-q/willow/issues"
  },
  "homepage": "https://github.com/q-v-q/willow#readme",
  "dependencies": {
    "chalk": "^2.4.1",
    "command-line-args": "^5.0.2",
    "discord.js": "^11.3.2",
    "lodash": "^4.17.4",
    "moment": "^2.22.1",
    "mssql": "^4.1.0",
    "mysql": "^2.15.0",
    "pg": "^7.4.3",
    "reflect-metadata": "^0.1.12",
    "sql.js": "^0.5.0",
    "sqlite3": "^4.0.0",
    "typeorm": "^0.2.6",
    "willow-contracts": "latest",
    "willow-models": "latest"
  },
  "devDependencies": {
    "@types/chai-arrays": "^1.0.2",
    "@types/chalk": "^2.2.0",
    "@types/command-line-args": "^5.0.0",
    "@types/dotenv": "^4.0.2",
    "@types/jest": "^22.1.3",
    "@types/lodash": "^4.14.91",
    "@types/node": "^10.1.3",
    "chai": "^4.1.2",
    "chai-arrays": "^2.0.0",
    "jest": "^23.0.1",
    "nodemon": "^1.13.0",
    "ts-jest": "^22.0.4",
    "ts-node": "^6.0.5",
    "tslint": "^5.9.1",
    "typescript": "^2.7.2"
  }
}
