-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 924 Bytes
/
package.json
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
{
"name": "cartesi-rwa-verification",
"version": "0.0.1",
"description": "",
"main": "index.ts",
"scripts": {
"test": "jest",
"start": "ts-node src/index.ts"
},
"author": "",
"license": "ISC",
"dependencies": {
"@zippie/dataset-utils": "^1.0.0-beta.9",
"ajv": "^8.12.0",
"axios": "^1.6.2",
"dotenv": "^16.0.3",
"ethers": "^5.6.8",
"ipfs-http-client": "52.0.5",
"ipfs-utils": "^9.0.14",
"safe-stable-stringify": "^2.4.3",
"secp256k1": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@types/jest": "^29.5.8",
"@types/node": "^18.16.3",
"@types/secp256k1": "^4.0.6",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"prettier": "3.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"resolutions": {
"ipfs-utils": "9.0.14"
}
}