-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 962 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 962 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
{
"name": "arkiv-agent-memory",
"version": "1.0.0",
"description": "**Author:** Santiago Trujillo Zuluaga (@SantiagoDevRel) **Role:** Developer Relations candidate at Arkiv / Golem Network **Interview format:** 10 min tech demo · 10 min DX feedback · 20 min Q&A · 10 min my questions **Interviewers:** Seweryn Kras (Software Engineer) · Marcos Miranda (Product Manager) **Deadline:** ~1.5 weeks from April 2, 2026 **Repo:** github.com/SantiagoDevRel/arkiv-agents **Status:** Brainstorm complete. Starting build.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "tsx src/index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@anthropic-ai/sdk": "^0.82.0",
"@arkiv-network/sdk": "^0.6.3",
"dotenv": "^17.4.0"
},
"devDependencies": {
"@types/node": "^25.5.0",
"tsx": "^4.21.0",
"typescript": "^6.0.2"
}
}