yield-contract/package.json

42 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2020-08-21 22:22:07 +00:00
{
"name": "dsa-yield-contract",
"version": "1.0.0",
"description": "DSA Yield ERC20 Pool Contract",
"main": "index.js",
"scripts": {
2020-08-30 18:03:16 +00:00
"deploy:fork": "truffle deploy",
"test:fork": "truffle test",
"ganache:fork": "dotenv -- cross-var ganache-cli --fork https://mainnet.infura.io/v3/%INFURA_KEY% --unlock 0xfCD22438AD6eD564a1C26151Df73F6B33B817B56 --unlock 0x6b175474e89094c44da98b954eedeac495271d0f --u 0x9eb7f2591ed42dee9315b6e2aaf21ba85ea69f8c"
2020-08-21 22:22:07 +00:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/InstaDApp/dsa-yield-contract.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/InstaDApp/dsa-yield-contract/issues"
},
"homepage": "https://github.com/InstaDApp/dsa-yield-contract#readme",
"dependencies": {
2020-08-22 03:07:55 +00:00
"@openzeppelin/contracts": "^3.1.0",
2020-08-30 18:03:16 +00:00
"cross-var": "^1.1.0",
"dotenv": "^7.0.0",
"dotenv-cli": "^3.2.0",
2020-08-21 22:22:07 +00:00
"solc": "^0.6.8",
2020-08-30 18:03:16 +00:00
"chai": "^4.2.0",
2020-08-21 22:22:07 +00:00
"truffle-assertions": "^0.9.2",
"truffle-hdwallet-provider": "^1.0.17",
"truffle-typings": "^1.0.8",
"web3": "^1.2.11"
},
"devDependencies": {
"@nomiclabs/buidler": "^1.4.3",
2020-08-30 18:03:16 +00:00
"@nomiclabs/buidler-ganache": "^1.3.3",
2020-08-21 22:22:07 +00:00
"@nomiclabs/buidler-truffle5": "^1.3.4",
"@nomiclabs/buidler-web3": "^1.3.4",
"@openzeppelin/test-helpers": "^0.5.6",
2020-08-28 17:18:27 +00:00
"truffle": "^5.1.42"
2020-08-21 22:22:07 +00:00
}
}