mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26:21 +02:00
14 lines
296 B
JSON
14 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"
|
||
|
|
}
|
||
|
|
}
|