trustgraph/dev-tools/explainable-ai/package.json
2026-04-08 14:17:18 +01:00

13 lines
296 B
JSON

{
"name": "explain-api-example",
"version": "1.0.0",
"description": "TrustGraph explainability API example",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@trustgraph/client": "^1.7.2"
}
}