{
    "name": "pterodactyl.js",
    "version": "2.1.1",
    "description": "A wrapper for the Pterodactyl Panel API",
    "main": "index.js",
    "types": "types/index.d.ts",
    "scripts": {},
    "keywords": [
        "pterodactyl",
        "pterodactyl panel"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/RedstoneGamez/Pterodactyl.js.git"
    },
    "bugs": {
        "url": "https://github.com/RedstoneGamez/Pterodactyl.js/issues"
    },
    "author": "RedstoneGamez (RedstoneGamez#0001)",
    "license": "MIT",
    "dependencies": {
        "node-fetch": "^2.6.0"
    }
}