forked from airalab/robonomics_contracts
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.56 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
{
"name": "robonomics_contracts",
"version": "1.0.0",
"homepage": "https://github.com/airalab/robonomics_contracts#readme",
"description": "Robonomics platform smart contracts",
"main": "hardhat.config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "npx hardhat test --network neonlabs",
"compile": "npx hardha compile",
"migrate": "npx hardha migrate",
"console": "npx hardha console",
"testrpc": "ganache-cli -p 9545 -i 420123 -b 1 -e 10000",
"release": "npx hardha migrate --network mainnet"
},
"repository": {
"type": "git",
"url": "git+https://github.com/airalab/robonomics_contracts.git"
},
"keywords": [
"robonomics",
"contracts",
"ethereum",
"solidity",
"airalab"
],
"dependencies": {
"eth-ens-namehash": "^2.0.8",
"eth-gas-reporter": "^0.1.12",
"hardhat-deploy": "^0.11.34",
"hardhat-deploy-ethers": "^0.3.0-beta.13",
"openzeppelin-solidity": "2.1.3"
},
"author": "Airalab <[email protected]>",
"license": "BSD-3-Clause",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^2.1.8",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@typechain/ethers-v5": "^4.0.0",
"bn-chai": "^1.0.1",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"decimal.js": "^10.2.1",
"dotenv": "^16.0.1",
"ethereum-waffle": "^3.0.2",
"ethers": "^5.0.8",
"hardhat": "^2.14.1",
"hardhat-typechain": "^0.3.5",
"mocha": "^6.2.2",
"web3": "^1.10.0"
}
}