{ "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" } }