{
  "name": "@exoplay/exobot-plugin-points",
  "version": "3.3.1",
  "description": "exobot plugin for points",
  "main": "points.js",
  "scripts": {
    "build": "exobot build -i src/points.js -o points.js",
    "watch": "exobot build -i src/points.js -o points.js --watch",
    "example": "exobot run -i example/exobot.config.js -o example/discord.example.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/exoplay/exobot-plugin-points.git"
  },
  "keywords": [
    "exobot",
    "chat",
    "bot",
    "plugin",
    "points"
  ],
  "author": "Jack Lawson <ajacksified@gmail.com>",
  "license": "LGPL",
  "bugs": {
    "url": "https://github.com/exoplay/exobot-plugin-points/issues"
  },
  "homepage": "https://github.com/exoplay/exobot-plugin-points#readme",
  "peerDependencies": {
    "@exoplay/exobot": "> 4.1"
  },
  "devDependencies": {
    "@exoplay/exobot": "> 4.1",
    "@exoplay/exobot-build": "1.0.1"
  },
  "dependencies": {
    "clark": "0.0.6"
  }
}
