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.

41 lines 951 B
{ "name": "teddi-x", "version": "0.2.13", "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" } }, "files": [ "index.js", "integrations/", "utils/" ], "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" }, "devDependencies": { "jest": "^29.7.0" }, "publishConfig": { "access": "public" } }