{ "name": "@alga/sdk", "version": "0.1.0", "private": true, "type": "module", "scripts": { "build": "tsc -p tsconfig.json", "sample:create-service-category": "tsx samples/node/create-service-category.ts", "sample:create-client": "tsx samples/node/create-client.ts", "sample:extension-storage": "tsx samples/node/extension-storage.ts", "openapi:generate": "tsx scripts/generate-openapi.ts", "openapi:scan-untyped-success-data": "tsx scripts/scan-openapi-untyped-success-data.ts" }, "dependencies": { "@asteasolutions/zod-to-openapi": "^6.3.1", "yaml": "^2.6.0", "zod": "^3.23.8" }, "devDependencies": { "tsx": "^4.19.3", "typescript": "^5.4.0" } }