-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 808 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 808 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
{
"name": "@virtuals-protocol/acp-node-v2",
"version": "0.0.6",
"type": "module",
"main": "dist/index.js",
"scripts": {
"prepare": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"dev": "tsx watch src/index.ts",
"start": "node dist/index.js"
},
"files": [
"dist"
],
"author": "Zuhwa",
"license": "ISC",
"description": "",
"dependencies": {
"@account-kit/infra": "^4.84.1",
"@alchemy/wallet-apis": "^5.0.0-beta.9",
"@privy-io/node": "^0.11.0",
"ajv": "^8.18.0",
"eventsource": "^4.1.0",
"ox": "^0.14.17",
"socket.io-client": "^4.8.3",
"viem": "^2.47.0"
},
"devDependencies": {
"@types/node": "^25.3.3",
"dotenv": "^17.3.1",
"typescript": "^5.9.3"
},
"types": "dist/index.d.ts"
}