@mondaydotcomorg/atp-provenance
Version:
CAMEL-inspired provenance security for LLM applications - track data origin and enforce security policies
61 lines (60 loc) • 1.23 kB
JSON
{
"name": "@mondaydotcomorg/atp-provenance",
"version": "0.19.7",
"description": "CAMEL-inspired provenance security for LLM applications - track data origin and enforce security policies",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"publishConfig": {
"access": "public"
},
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "tsc",
"test": "jest",
"lint": "tsc --noEmit",
"clean": "rm -rf dist"
},
"keywords": [
"provenance",
"security",
"atp",
"llm",
"prompt-injection",
"camel",
"agent",
"capability-based-security"
],
"author": "Agent Tool Protocol Team",
"license": "MIT",
"dependencies": {
"@mondaydotcomorg/atp-runtime": "0.19.7",
"@types/escodegen": "^0.0.10",
"acorn": "^8.11.0",
"acorn-walk": "^8.3.0",
"escodegen": "^2.1.0",
"nanoid": "^5.0.0"
},
"peerDependencies": {
"zod": "^3.25.0"
},
"devDependencies": {
"@types/node": "^20.10.0",
"typescript": "^5.3.0",
"zod": "^3.25.0"
},
"repository": {
"type": "git",
"url": "https://github.com/mondaycom/agent-tool-protocol",
"directory": "packages/provenance"
}
}