-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.22 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.22 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
{
"name": "@virtuals-protocol/acp-node",
"version": "0.3.0-beta.38",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"test": "jest",
"test:unit": "jest test/unit test/component",
"test:ci": "jest --ci --reporters=default --reporters=jest-junit",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"tsup": "tsup src/index.ts --dts --format cjs,esm --out-dir dist"
},
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@babel/core": "^7.28.5",
"@babel/preset-env": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
"@types/jest": "^30.0.0",
"babel-jest": "^30.2.0",
"dotenv": "^17.2.3",
"jest": "^30.2.0",
"jest-junit": "^16.0.0",
"ts-jest": "^29.4.5",
"typescript": "^5.8.3"
},
"dependencies": {
"@aa-sdk/core": "^4.73.0",
"@account-kit/infra": "^4.73.0",
"@account-kit/smart-contracts": "^4.73.0",
"@virtuals-protocol/acp-node": "^0.3.0-beta.10",
"ajv": "^8.17.1",
"axios": "^1.13.2",
"jwt-decode": "^4.0.0",
"ox": "^0.13.1",
"socket.io-client": "^4.8.1",
"tsup": "^8.5.0",
"viem": "^2.28.2"
},
"files": [
"dist"
]
}