-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.83 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "servicos",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@account-abstraction/contracts": "^0.6.0",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@openzeppelin/contracts": "^4.2.0",
"@sequelize/postgres": "^7.0.0-alpha.41",
"axios": "^1.7.2",
"child_process": "^1.0.2",
"co": "^4.6.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.4.5",
"ethers": "^6.13.2",
"express": "^4.19.2",
"fs": "^0.0.1-security",
"hardhat": "^2.22.6",
"helia": "^4.2.5",
"ipfs-core": "^0.18.1",
"ipfs-http-client": "^56.0.2",
"ipfs-utils": "^9.0.14",
"kubo-rpc-client": "^4.1.1",
"libp2p": "^1.8.3",
"moment": "^2.30.1",
"multer": "^1.4.5-lts.1",
"node-fetch": "^3.3.2",
"path": "^0.12.7",
"pg": "^8.12.0",
"routes": "^2.1.0",
"sequelize": "^6.37.3",
"uuid": "^10.0.0",
"web3": "^4.11.1",
"web3-utils": "^4.3.0"
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.0.7",
"@nomicfoundation/hardhat-ethers": "^3.0.6",
"@nomicfoundation/hardhat-ignition": "^0.15.5",
"@nomicfoundation/hardhat-ignition-ethers": "^0.15.5",
"@nomicfoundation/hardhat-network-helpers": "^1.0.11",
"@nomicfoundation/hardhat-verify": "^2.0.8",
"@nomicfoundation/ignition-core": "^0.15.5",
"@openzeppelin/contracts-upgradeable": "^5.0.2",
"@typechain/ethers-v6": "^0.5.1",
"@typechain/hardhat": "^9.1.0",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.7",
"chai": "^4.4.1",
"hardhat-gas-reporter": "^1.0.10",
"solidity-coverage": "^0.8.12",
"ts-node": "^10.9.2",
"typechain": "^8.3.2",
"typescript": "^5.5.3"
}
}