{
  "name": "osu-api-v2-js",
  "version": "3.0.4",
  "description": "Package to easily access the new api of osu!",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "prepublish": "npm run build",
    "build": "tsc",
    "prettier": "prettier . --write",
    "test": "npm run build && node ./dist/tests/guest.js",
    "test-authenticated": "npm run build && node ./dist/tests/authenticated.js",
    "test-websocket": "npm run build && node ./dist/tests/websocket.js",
    "docs": "npx typedoc lib/index.ts --cname osu-v2.taevas.xyz --plugin ./docs_plugins/visitors.ts"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "author": "Taevas",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TTTaevas/osu-api-v2-js.git"
  },
  "homepage": "https://osu-v2.taevas.xyz/",
  "keywords": [
    "osu",
    "api",
    "osu-api",
    "v2",
    "wrapper",
    "api-wrapper",
    "lazer"
  ],
  "license": "Unlicense",
  "devDependencies": {
    "@types/chai": "^5.2.3",
    "@types/node": "^25.6.0",
    "ajv": "^8.20.0",
    "chai": "^6.2.2",
    "dotenv": "^17.4.2",
    "prettier": "3.8.3",
    "ts-json-schema-generator": "^2.9.0",
    "typedoc": "^0.28.19",
    "typescript": "^5.9.3"
  }
}
