-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 775 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 775 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
{
"name": "govcopilot",
"version": "1.0.0",
"main": "dist/api/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"start": "node dist/api/index.js",
"dev": "tsx watch api/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@okxweb3/x402-core": "^0.1.0",
"@okxweb3/x402-evm": "^0.2.1",
"@okxweb3/x402-express": "^0.1.1",
"cors": "^2.8.6",
"dotenv": "^17.4.2",
"ethers": "^6.17.0",
"express": "^5.2.1",
"groq-sdk": "^1.3.0"
},
"devDependencies": {
"@types/cors": "^2.8.19",
"@types/express": "^5.0.6",
"@types/node": "^26.1.0",
"tsx": "^4.23.0",
"typescript": "^6.0.3"
}
}