{
    "name": "propresenter",
    "version": "0.1.4",
    "description": "A module to easily interface with the ProPresenter API",
    "main": "dist/index.js",
    "scripts": {
        "build": "rimraf dist && tsc",
        "docs": "typedoc",
        "dev:docs": "npm run docs && cd docs && npx serve && cd .. && npx rimraf docs"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/thewilloftheshadow/propresenter.git"
    },
    "keywords": [
        "propresenter",
        "renewed vision",
        "prop",
        "pro7"
    ],
    "author": "Shadow",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/thewilloftheshadow/propresenter/issues"
    },
    "homepage": "https://github.com/thewilloftheshadow/propresenter#readme",
    "devDependencies": {
        "@types/events": "^3.0.0",
        "@types/ms": "^0.7.31",
        "@types/node": "^17.0.23",
        "@types/node-fetch": "^2.6.1",
        "@types/shuffle-array": "^1.0.2",
        "@types/update-notifier": "^5.1.0",
        "@typescript-eslint/eslint-plugin": "^5.14.0",
        "@typescript-eslint/parser": "^5.14.0",
        "eslint": "^8.10.0",
        "eslint-config-airbnb-base": "^15.0.0",
        "eslint-plugin-import": "^2.25.4",
        "eslint-plugin-tsdoc": "^0.2.15",
        "rimraf": "^3.0.2",
        "typedoc": "^0.22.14",
        "typedoc-plugin-missing-exports": "^0.22.6",
        "typescript": "^4.6.2"
    },
    "dependencies": {
        "@discordjs/collection": "^0.5.0",
        "axios": "^0.21.4",
        "events": "^3.3.0",
        "ms": "^2.1.3",
        "node-fetch": "^2.6.7",
        "update-notifier": "^5.1.0"
    },
    "engines": {
        "node": ">=14"
    }
}
