forked from TobiCrackIT/AgentOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.47 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.47 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "agentos",
"version": "0.4.3",
"description": "Autonomous infrastructure for AI agents — pay with USDC on Solana via x402",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "ts-node-dev --respawn src/index.ts",
"lint": "eslint src/",
"typecheck": "tsc --noEmit"
},
"keywords": [
"solana",
"x402",
"ai-agents",
"infrastructure"
],
"author": "Zolty <zolty@openclaw.ai>",
"license": "MIT",
"dependencies": {
"@noble/curves": "^2.0.1",
"@noble/hashes": "^2.0.1",
"@sendgrid/mail": "^8.1.4",
"@solana/spl-token": "^0.4.14",
"@solana/web3.js": "^1.98.4",
"@types/better-sqlite3": "^7.6.13",
"@types/swagger-ui-express": "^4.1.8",
"@whiskeysockets/baileys": "^7.0.0-rc.9",
"@x402/core": "^2.3.0",
"@x402/evm": "^2.3.0",
"@x402/express": "^2.3.0",
"@x402/svm": "^2.3.0",
"better-sqlite3": "^12.6.2",
"bs58": "^6.0.0",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"express-validator": "^7.3.1",
"helmet": "^8.1.0",
"hpp": "^0.2.3",
"http-proxy-middleware": "^3.0.5",
"swagger-ui-express": "^5.0.1",
"telnyx": "^5.25.0",
"tweetnacl": "^1.0.3",
"tweetnacl-util": "^0.15.1",
"uuid": "^11.0.5"
},
"devDependencies": {
"@types/express": "^5.0.0",
"@types/hpp": "^0.2.7",
"@types/node": "^22.12.0",
"@types/uuid": "^10.0.0",
"ts-node-dev": "^2.0.0",
"typescript": "^5.7.3"
}
}