{
  "name": "brawlstats",
  "version": "3.2.0",
  "description": "A simple API Wrapper for Brawl Stars",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    "import": "./dist/index.mjs",
    "require": "./dist/index.js"
  },
  "files": [
    "dist/**/*.js*",
    "dist/**/*.mjs*",
    "dist/**/*.d*"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SpecteraLabs/npm-packages/tree/main/packages/brawlstats"
  },
  "scripts": {
    "build": "tsup",
    "test": "jest",
    "bump": "cliff-jumper",
    "check-update": "cliff-jumper --dry-run",
    "watch": "tsup --watch",
    "lint": "eslint src/**/*.ts --fix"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/SpecteraLabs/npm-packages/issues"
  },
  "homepage": "https://brawlstats.js.org/",
  "keywords": [
    "api",
    "node",
    "brawlstars",
    "bs",
    "wrapper"
  ],
  "author": "@undied",
  "packageManager": "yarn@3.2.0",
  "prettier": "@sapphire/prettier-config",
  "dependencies": {
    "@discordjs/collection": "^0.6.0",
    "@sapphire/fetch": "^2.3.1"
  }
}