forked from joewinke/jat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 833 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 833 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
32
33
34
35
36
37
{
"name": "jat",
"version": "1.0.0",
"type": "module",
"description": "Agent Mail and supporting tools for multi-agent coordination",
"main": "lib/beads.js",
"scripts": {
"test": "node test/test-beads.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joewinke/jat.git"
},
"homepage": "https://github.com/joewinke/jat#readme",
"bugs": {
"url": "https://github.com/joewinke/jat/issues"
},
"dependencies": {
"better-sqlite3": "^11.10.0",
"cheerio": "^1.0.0",
"puppeteer-core": "^23.11.1"
},
"keywords": [
"agent-mail",
"beads",
"multi-agent",
"coordination",
"ai-agents",
"task-management",
"sqlite"
],
"author": "Joseph Winke <j@wn.ke>",
"license": "MIT",
"devDependencies": {
"@types/better-sqlite3": "^7.6.13"
}
}