{
    "name": "discordio-backup",
    "version": "1.0.6",
    "description": "A complete framework to facilitate guild backup!",
    "main": "lib/index.js",
    "files": [
        "lib/**/*"
    ],
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "build": "tsc",
        "format": "prettier --write \"src/**/*.ts\"",
        "lint": "tslint -p tsconfig.json"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/lolollllo/discordio-backup.git"
    },
    "keywords": [
        "discord",
        "discord.js",
        "backup",
        "clone",
        "bot",
        "discord-backup"
    ],
    "author": "lolollllo",
    "license": "ISC",
    "bugs": {
        "url": "https://github.com/lolollllo/discordio-backup/issues"
    },
    "homepage": "https://github.com/lolollllo/discordio-backup#readme",
    "dependencies": {
        "discord.js": "^14.7.1"
    },
    "devDependencies": {
        "@types/node": "^18.8.1",
        "@types/node-fetch": "^2.6.2",
        "@types/ws": "^8.5.3",
        "node-fetch": "^2.6.7",
        "prettier": "^2.7.1",
        "tslint": "^6.1.3",
        "tslint-config-prettier": "^1.18.0",
        "typescript": "^4.8.4"
    }
}
