UNPKG

teddi-x

Version:

Teddi (teddi-x) is a Node package that extends security to vertical agents., applications, and tooling built on, for, or with AI.

45 lines 1.18 kB
{ "name": "teddi-x", "version": "1.1.0", "description": "Teddi (teddi-x) is a Node package that extends security to vertical agents., applications, and tooling built on, for, or with AI.", "type": "module", "main": "./index.js", "module": "./index.js", "exports": { ".": { "import": "./index.js" }, "./supabase": { "import": "./integrations/supabase.js", "types": "./integrations/types/supabase.d.ts" }, "./openai": { "import": "./integrations/openai.js", "types": "./integrations/types/openai.d.ts" } }, "scripts": { "test": "node test.js", "build": "npm pack", "prepublishOnly": "npm test" }, "keywords": [ "AI", "Security", "Vertical Agents", "Applications", "Tooling" ], "author": "Teddi.app", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@supabase/supabase-js": "^2.49.4", "openai": "^4.91.1" }, "devDependencies": { "jest": "^29.7.0" }, "publishConfig": { "access": "public" } }