forked from Snowfork/BTRST-Contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 860 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
{
"name": "braintrust-token",
"version": "1.0.0",
"description": "BTRST token for the Braintrust marketplace",
"directories": {
"test": "test"
},
"scripts": {
"test": "truffle test"
},
"author": "",
"license": "ISC",
"dependencies": {
"@ethereumjs/vm": "^5.5.2",
"@openzeppelin/contracts": "^3.4.1",
"@truffle/hdwallet-provider": "^1.2.2"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^2.1.4",
"@nomiclabs/hardhat-truffle5": "^2.0.0",
"@nomiclabs/hardhat-web3": "^2.0.0",
"chai": "^4.3.3",
"chai-as-promised": "^7.1.1",
"chalk": "^2.4.2",
"ethers": "^5.1.0",
"hardhat": "^2.1.1",
"hardhat-deploy": "^0.7.11",
"hardhat-truffle5": "^1.0.1",
"hardhat-web3": "^1.0.1",
"solparse": "^2.2.8",
"web3": "^1.3.4"
}
}