UNPKG

steps-track

Version:

An observability tool built to track, inspect and visualize intermediate steps in a pipeline, allowing user to easily debug or analyze through a dashboard.

67 lines (66 loc) 1.64 kB
{ "name": "steps-track", "version": "1.12.7", "description": "An observability tool built to track, inspect and visualize intermediate steps in a pipeline, allowing user to easily debug or analyze through a dashboard.", "main": "./dist/index.js", "types": "./dist/index.d.ts", "keywords": [ "steps-track", "steps", "track", "pipeline", "observability", "monitoring", "rag", "llm", "visualization", "tracing", "tracking", "debugging", "analytics", "performance", "metrics" ], "files": [ "dist" ], "scripts": { "build": "tsup src/index.ts --format cjs --dts --minify --clean", "eslint": "eslint . --ext .ts", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/lokwkin/steps-track.git" }, "author": "lokwkin <lokwkin@gmail.com>", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^18.11.18", "@types/uuid": "^10.0.0", "@typescript-eslint/eslint-plugin": "^7.1.0", "@typescript-eslint/parser": "^7.1.0", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "jest": "^29.7.0", "prettier": "^3.2.5", "ts-jest": "^29.2.5", "ts-node": "^10.9.1", "tsup": "^8.0.1", "typescript": "^4.9.4" }, "jest": { "preset": "ts-jest", "testEnvironment": "node" }, "bugs": { "url": "https://github.com/lokwkin/steps-track/issues" }, "homepage": "https://github.com/lokwkin/steps-track#readme", "dependencies": { "axios": "^1.8.4", "uuid": "^11.1.0" } }