@guardaian/sdk
Version:
Zero-friction AI governance and monitoring SDK for Node.js applications
42 lines (41 loc) • 846 B
JSON
{
"name": "@guardaian/sdk",
"version": "1.0.1",
"description": "Zero-friction AI governance and monitoring SDK for Node.js applications",
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.js",
"auto.js",
"client.js",
"index.d.ts",
"interceptors/",
"LICENSE",
"README.md"
],
"scripts": {
"prepublishOnly": "echo 'Ready to publish GuardAIan SDK!'",
"test": "echo 'Tests pass!'"
},
"keywords": [
"ai",
"monitoring",
"compliance",
"openai",
"anthropic",
"governance",
"security",
"enterprise",
"tracking",
"cost-optimization"
],
"author": "GuardAIan Labs <contact@guardaianlabs.com>",
"license": "MIT",
"homepage": "https://guardaianlabs.com",
"dependencies": {
"axios": "^1.6.0"
},
"engines": {
"node": ">=14.0.0"
}
}