UNPKG

sjursen-digital-watchtower

Version:

A TypeScript Node.js SDK for Watchtower, an Intelligence as a Service (IaaS) platform that uses Google's Gemini AI model to transform traditional logging into an active intelligence system with predictive analytics and automated decision-making capabiliti

42 lines 1.17 kB
{ "name": "sjursen-digital-watchtower", "version": "1.0.2", "description": "A TypeScript Node.js SDK for Watchtower, an Intelligence as a Service (IaaS) platform that uses Google's Gemini AI model to transform traditional logging into an active intelligence system with predictive analytics and automated decision-making capabilities.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest", "test:watch": "jest --watch", "lint": "eslint . --ext .ts", "prepare": "npm run build" }, "keywords": [ "sdk", "watchtower", "typescript", "node", "api", "monitoring", "analytics", "logging" ], "author": "Sjursen Digital", "license": "MIT", "engines": { "node": ">=14.0.0" }, "dependencies": { "axios": "^1.6.7" }, "devDependencies": { "@types/jest": "^29.5.12", "@types/node": "^20.11.19", "@typescript-eslint/eslint-plugin": "^7.0.1", "@typescript-eslint/parser": "^7.0.1", "eslint": "^8.56.0", "jest": "^29.7.0", "ts-jest": "^29.1.2", "typescript": "^5.3.3" } }