UNPKG

@dooor-ai/toolkit

Version:

Guards, Evals & Observability for AI applications - works seamlessly with LangChain/LangGraph

59 lines (58 loc) 1.42 kB
{ "name": "@dooor-ai/toolkit", "version": "0.1.58", "description": "Guards, Evals & Observability for AI applications - works seamlessly with LangChain/LangGraph", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "dev": "tsc --watch", "test": "jest", "lint": "eslint src --ext .ts", "prepublishOnly": "npm run build" }, "keywords": [ "ai", "llm", "langchain", "langgraph", "guards", "guardrails", "evaluation", "observability", "prompt-injection", "toxicity", "rag" ], "author": "DOOOR", "license": "MIT", "peerDependencies": { "@langchain/core": "^0.3.0 || ^1.0.0" }, "dependencies": { "uuid": "^9.0.1", "zod": "^3.22.4" }, "devDependencies": { "@langchain/google-genai": "^1.0.0", "@langchain/langgraph": "^1.0.0", "@types/node": "^20.0.0", "@types/uuid": "^9.0.7", "typescript": "^5.3.0", "jest": "^29.7.0", "@types/jest": "^29.5.0", "ts-jest": "^29.1.0", "eslint": "^8.56.0", "@typescript-eslint/eslint-plugin": "^6.19.0", "@typescript-eslint/parser": "^6.19.0" }, "repository": { "type": "git", "url": "https://github.com/dooor-ai/toolkit.git", "directory": "typescript" }, "bugs": { "url": "https://github.com/dooor-ai/toolkit/issues" }, "homepage": "https://github.com/dooor-ai/toolkit#readme" }