-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 823 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 823 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
{
"author": "",
"bugs": {
"url": "https://github.com/xmtp/agent-sdk-starter/issues"
},
"dependencies": {
"@types/node": "^25.3.3",
"@xmtp/agent-sdk": "^2.2.0",
"canvas": "^3.2.1",
"dotenv-defaults": "^5.0.2",
"pinata": "^2.5.5",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
},
"description": "",
"homepage": "https://github.com/xmtp/agent-sdk-starter#readme",
"keywords": [],
"license": "ISC",
"main": "index.js",
"name": "agent-sdk-starter",
"repository": {
"type": "git",
"url": "git+https://github.com/xmtp/agent-sdk-starter.git"
},
"scripts": {
"export:pdf": "marp doc/presentation.md --pdf --allow-local-files -o doc/presentation.pdf",
"start": "tsx watch src/index.ts",
"test": "tsc --noEmit"
},
"type": "module",
"version": "1.0.0"
}