{
  "name": "@scouterna/scoutnet",
  "version": "0.3.26",
  "description": "API client for the Scoutnet API.",
  "keywords": [
    "scouterna",
    "scoutnet"
  ],
  "author": "Malcolm Nihlén <malcolm.nihlen@scouterna.se>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Scouterna/scoutnet-api.git",
    "directory": "packages/scoutnet"
  },
  "files": [
    "dist",
    "src",
    "README.md",
    "CHANGELOG.md",
    "package.json"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "devDependencies": {
    "@types/node": "^24.10.7",
    "openapi-typescript": "^7.13.0",
    "typescript": "~6.0.3",
    "@scouterna/scoutnet-openapi": "^0.4.1"
  },
  "dependencies": {
    "openapi-fetch": "^0.17.0"
  },
  "scripts": {
    "build": "pnpm run build:types && pnpm run build:typescript",
    "build:types": "node generate-types.ts",
    "build:typescript": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}