{
  "name": "radiobrowser-api-client",
  "version": "0.1.8",
  "description": "Client for Radio Browser API",
  "homepage": "https://github.com/marioneq4958/radiobrowser-api-client",
  "bugs": {
    "url": "https://github.com/marioneq4958/radiobrowser-api-client/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/marioneq4958/radiobrowser-api-client.git"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "keywords": [
    "radio",
    "radio-browser",
    "api",
    "radiobrowser"
  ],
  "author": "marioneq4958",
  "license": "Apache-2.0",
  "dependencies": {
    "@types/node": "^20.11.30",
    "@typescript-eslint/eslint-plugin": "^7.4.0",
    "@typescript-eslint/parser": "^7.4.0",
    "axios": "^1.6.8",
    "axios-retry": "^4.1.0",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.1.3",
    "prettier": "^3.2.5",
    "ts-node": "^10.9.2",
    "typescript": "^5.4.3",
    "typescript-json-serializer": "^6.0.1"
  },
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "jest": "^29.7.0",
    "nock": "^13.5.4",
    "ts-jest": "^29.1.2"
  },
  "scripts": {
    "test": "jest",
    "lint:fix": "eslint src/**/*.ts tests/**/*.ts --fix",
    "lint": "eslint src/**/*.ts tests/**/*.ts",
    "build": "tsc"
  }
}