{
    "name": "@castery/caster-discord",
    "version": "0.0.11",
    "description": "🤖⛓️ The Discord platform for caster",
    "main": "lib/index.js",
    "module": "lib/index.mjs",
    "engines": {
        "node": ">=8.0.0"
    },
    "files": [
        "lib"
    ],
    "scripts": {
        "rollup:build": "cross-env NODE_ENV=production rollup -c",
        "rollup:watch": "npm run rollup:build -- -w",
        "lint": "eslint ./src",
        "lint:fix": "npm run lint -- --fix",
        "test": "mocha test/*.test.mjs --require ./test/runtime.mjs",
        "build": "npm run rollup:build",
        "prepare": "npm run build && npm run test"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/castery/caster-discord.git"
    },
    "keywords": [
        "platform",
        "caster",
        "vk"
    ],
    "author": "https://github.com/negezor",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/castery/caster-discord/issues"
    },
    "homepage": "https://github.com/castery/caster-discord#readme",
    "peerDependencies": {
        "@castery/caster": "^0.0.x"
    },
    "devDependencies": {
        "@babel/core": "^7.0.0-beta.44",
        "@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.44",
        "@babel/preset-env": "^7.0.0-beta.44",
        "@babel/register": "^7.0.0-beta.44",
        "@castery/caster": "^0.0.23",
        "chai": "^4.1.2",
        "cross-env": "^5.1.4",
        "eslint": "^4.19.1",
        "eslint-config-airbnb-base": "^12.1.0",
        "eslint-plugin-import": "^2.11.0",
        "mocha": "^5.1.0",
        "rollup": "^0.57.1",
        "rollup-plugin-babel": "^4.0.0-beta.4",
        "rollup-plugin-commonjs": "^9.1.0",
        "rollup-plugin-json": "^2.3.0",
        "rollup-plugin-node-resolve": "^3.3.0"
    },
    "dependencies": {
        "debug": "^3.1.0",
        "discord.js": "^11.3.2",
        "joi": "^13.1.2"
    }
}
