{
  "name": "osrs-wrapper",
  "version": "2.3.4",
  "description": "A simple wrapper around the Old School Runescape API",
  "main": "index.js",
  "keywords": [
    "Old School Runescape",
    "OSRS",
    "API"
  ],
  "author": "jeffreyhage@gmail.com",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/atjeff/Osrs-Wrapper"
  },
  "scripts": {
    "dev": "tsc --watch",
    "build": "tsc",
    "lint": "prettier --list-different 'src/**/*.ts'",
    "typecheck": "tsc --noEmit",
    "format": "prettier --write 'src/**/*.ts'",
    "test": "bun test"
  },
  "devDependencies": {
    "@devoxa/prettier-config": "^2.0.3",
    "@tsconfig/node22": "^22.0.5",
    "@types/node": "^22.18.0",
    "bun-types": "^1.3.3",
    "prettier": "^3.6.2",
    "typescript": "^5.9.3"
  },
  "volta": {
    "node": "22.11.0"
  },
  "prettier": "@devoxa/prettier-config"
}
