{
    "name": "brawlstars-api-nodejs",
    "version": "1.3.0",
    "description": "brawlstars-api-nodejsis a Node.js library for accessing the Brawl Stars API. It provides an easy-to-use interface for making requests to the API and receiving the responses in a convenient format.",
    "main": "./lib/index.js",
    "types": "./lib/index.d.ts",
    "scripts": {
        "build": "tsc"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/awekrx/BrawlStarsAPI.git"
    },
    "keywords": [
        "brawlstars",
        "brawlstars-api"
    ],
    "author": "awekrx",
    "license": "MIT",
    "dependencies": {
        "axios": "^1.2.1"
    },
    "bugs": {
        "url": "https://github.com/awekrx/BrawlStarsAPI/issues"
    },
    "homepage": "https://github.com/awekrx/BrawlStarsAPI/#readme",
    "files": [
        "lib/**/*"
    ],
    "devDependencies": {
        "@types/node": "^18.11.18"
    }
}
