-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 1.01 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
{
"name": "@getsafle/safleid-contracts",
"version": "1.0.0",
"description": "SafleID Smart Contracts",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/getsafle/safleid-contracts.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/getsafle/safleid-contracts/issues"
},
"homepage": "https://github.com/getsafle/safleid-contracts#README",
"devDependencies": {
"@openzeppelin/test-helpers": "^0.5.6",
"openzeppelin-solidity": "^1.12.0",
"solidity-coverage": "^0.7.10",
"solium": "^1.2.5"
},
"dependencies": {
"@truffle/contract": "^4.6.31",
"@truffle/hdwallet-provider": "^2.1.15",
"axios": "^1.7.7",
"bn.js": "^5.1.1",
"dotenv": "^8.2.0",
"truffle-assertions": "^0.9.2",
"truffle-hdwallet-provider": "^1.0.17",
"web3": "^1.2.11",
"web3-utils": "^1.2.4"
}
}