{
    "name": "pterom",
    "version": "0.0.7",
    "license": "GPL-3.0",
    "main": "index.js",
    "author": "Code-sorcerers <https://github.com/Code-Sorcerers>",
    "description": "A open source API wrapper library for pterodactyl",
    "repository": {
        "type": "git",
        "url": "https://github.com/Code-Sorcerers/Pterom.git"
    },
    "bugs": {
        "url": "https://github.com/Code-Sorcerers/Pterom/issues"
    },
    "keywords": [
        "axios",
        "nodejs",
        "wrapper",
        "rest-api",
        "pterodactyl",
        "user-friendly",
        "wrapper-library",
        "pterodactyl-panel",
        "pterodactyl-panel-api"
    ],
    "files": [
        "app/index.d.ts",
        "app/index.js",
        "client/index.d.ts",
        "client/index.js",
        "index.d.ts",
        "index.js",
        "utils/axiosHandler.d.ts",
        "utils/axiosHandler.js",
        "utils/errorHandler.d.ts",
        "utils/errorHandler.js",
        "LICENSE"
    ],
    "lint-staged": {
        "*.ts": [
            "eslint --fix"
        ],
        "*.{ts,json,md}": [
            "prettier --write"
        ]
    },
    "husky": {
        "hooks": {
            "pre-commit": "lint-staged -v "
        }
    },
    "devDependencies": {
        "@types/jest": "^27.0.1",
        "@types/node": "^16.9.1",
        "@typescript-eslint/eslint-plugin": "^4.31.0",
        "@typescript-eslint/parser": "^4.31.0",
        "eslint": "^7.32.0",
        "eslint-config-prettier": "^8.3.0",
        "husky": "^7.0.2",
        "jest": "^27.1.1",
        "lint-staged": "^11.1.2",
        "prettier": "^2.4.0",
        "rimraf": "^3.0.2",
        "ts-jest": "^27.0.5",
        "typescript": "^4.4.3"
    },
    "dependencies": {
        "axios": "^0.21.4"
    }
}
