-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 808 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "tracaplot",
"version": "0.1.0",
"description": "Silent community memory agent for OriginTrail Telegram groups. Observes conversations, extracts structured artefacts, and publishes them to DKG v10 Context Graphs.",
"homepage": "https://github.com/brxtrac/tracaplot#readme",
"type": "module",
"bin": {
"tracaplot": "bin/tracaplot.js"
},
"scripts": {
"start": "node ./bin/tracaplot.js",
"viewer": "node ./viewer/server.js",
"demo": "node ./scripts/demo-publish.js",
"test": "node --test test/*.test.js",
"check": "npm test"
},
"keywords": [
"origintrail",
"dkg",
"dkg-v10",
"telegram",
"community-memory",
"context-graph",
"tracaplot"
],
"author": "brxtrac",
"license": "MIT",
"engines": {
"node": ">=22.20.0"
}
}