UNPKG

@risemaxi/api-client

Version:

Client Library for Rise

42 lines 868 B
{ "name": "@risemaxi/api-client", "version": "0.3.0", "description": "Client Library for Rise", "type": "module", "main": "dist/index.js", "license": "MIT", "types": "dist/index.d.ts", "files": [ "dist", "bin", "tsconfig.build.json" ], "keywords": [ "api", "rise", "cli" ], "author": { "name": "Balogunofafrica", "url": "https://github.com/Balogunofafrica" }, "bin": { "rise-api": "./bin/cli.cjs" }, "scripts": { "prepare": "npm run build", "build": "tsc --noCheck", "cli": "./bin/cli.cjs" }, "peerDependencies": { "@sinclair/typebox": ">=0.33.4", "@tanstack/react-query": ">5.0.0" }, "devDependencies": { "@sinclair/typebox": "^0.33.4", "@tanstack/react-query": "^5.8.4", "commander": "^13.1.0", "typed-openapi": "^0.8.0", "typescript": "^5.8.3" } }