{
    "name": "tba-api-v3client-ts",
    "version": "3.11.0",
    "description": "Typescript version of The Blue Alliance API v3. Generated by openapi-typescript-codgen",
    "module": "lib/esm/index.js",
    "main": "lib/cjs/index.js",
    "types": "lib/esm/index.d.ts",
    "scripts": {
        "prepare": "npm run generate && npm run build",
        "generate": "openapi -i https://raw.githubusercontent.com/CrispyBacon1999/the-blue-alliance/eff6d0bf012d4bf0ab15a7b2446f8f7277fe10b6/src/backend/web/static/swagger/api_v3.json -o gen",
        "build": "tsc -p tsconfig.json && tsc -p tsconfig-esm.json"
    },
    "author": "Josh Bacon",
    "license": "ISC",
    "devDependencies": {
        "openapi-typescript-codegen": "^0.9.3",
        "typescript": "^4.3.4"
    },
    "files": [
        "lib/**/*"
    ],
    "bugs": {
        "url": "https://github.com/CrispyBacon1999/tba-api-v3client-ts/issues"
    }
}
