{
    "name": "carbonmark-api-sdk",
    "version": "2.0.0-7",
    "description": "A generated SDK to allow interaction with the Carbonmark API",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "scripts": {
        "generate": "tsx ./fetch-schema.ts && kubb",
        "build": "tsc"
    },
    "author": "",
    "license": "ISC",
    "devDependencies": {
        "tsx": "^3.13.0",
        "@kubb/cli": "^1.10.0",
        "@kubb/core": "^1.10.0",
        "@kubb/swagger": "^1.10.0",
        "@kubb/swagger-ts": "^1.10.0",
        "@kubb/swagger-client": "^1.10.0",
        "@kubb/swagger-swr": "^1.10.0"
    }
}
