UNPKG

@olakai/sdk

Version:

This document demonstrates how to use the Olakai SDK with all its features.

41 lines (40 loc) 1.09 kB
{ "name": "@olakai/sdk", "version": "1.3.2", "description": "This document demonstrates how to use the Olakai SDK with all its features.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "npm run clean && tsc", "clean": "rm -rf dist", "prepublishOnly": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "olakai", "sdk", "typescript", "monitoring", "governance" ], "author": "Olakai Corporation", "license": "MIT", "dependencies": { "pnpm": "^10.13.1" }, "devDependencies": { "@types/node": "^20.17.17", "typescript": "^4.8.0" }, "repository": { "type": "git", "url": "git+https://github.com/ailocalnode/olakai-sdk-typescript.git" }, "bugs": { "url": "https://github.com/ailocalnode/olakai-sdk-typescript/issues" }, "homepage": "https://github.com/ailocalnode/olakai-sdk-typescript#readme" }