UNPKG

@warriorteam/redai-api-sdk

Version:
60 lines (59 loc) 1.36 kB
{ "name": "@warriorteam/redai-api-sdk", "version": "1.0.0", "description": "TypeScript SDK for RedAI Backend API", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": { "require": "./dist/index.js", "import": "./dist/index.mjs", "types": "./dist/index.d.ts" }, "./dashboard-generic": { "require": "./dist/modules/dashboard-generic/index.js", "import": "./dist/modules/dashboard-generic/index.mjs", "types": "./dist/modules/dashboard-generic/index.d.ts" } }, "scripts": { "build": "tsup", "dev": "tsup --watch", "typecheck": "tsc --noEmit", "lint": "eslint src --ext .ts", "clean": "rimraf dist" }, "keywords": [ "redai", "sdk", "api", "typescript", "dashboard" ], "author": "RedAI Team", "license": "MIT", "devDependencies": { "@types/node": "^20.10.0", "tsup": "^8.0.1", "typescript": "^5.3.0", "rimraf": "^5.0.5" }, "dependencies": { "axios": "^1.6.2" }, "peerDependencies": { "axios": ">=1.0.0" }, "files": [ "dist", "README.md" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/warriorteam/redai-api-sdk" } }