dsa-connectors-old/package.json
Lecky Lao b3da8dcba0 added studydefi/money-legos for testing;
fixed CurveProtocol test;
added CurveSBTCProtocol and sell function with test but currently failed and revert with unknown reason
2020-06-30 23:16:15 +10:00

47 lines
1.4 KiB
JSON

{
"name": "dsa-connectors",
"version": "1.0.0",
"description": "",
"main": "truffle-config.js",
"directories": {},
"scripts": {
"test": "truffle test",
"coverage": "./node_modules/.bin/solidity-coverage",
"solium": "solium -d contracts/",
"build-contracts": "sol-merger \"./contracts/connectors/mock.sol\" ./contracts/build",
"ganache": "ganache-cli --deterministic --unlock 0x9eb7f2591ed42dee9315b6e2aaf21ba85ea69f8c -f https://mainnet.infura.io/v3/<Your Key>"
},
"repository": {
"type": "git",
"url": "git+https://github.com/InstaDApp/dsa-connectors.git"
},
"author": "InstaDApp",
"license": "MIT",
"bugs": {
"url": "https://github.com/InstaDApp/dsa-connectors/issues"
},
"homepage": "https://github.com/InstaDApp/dsa-connectors#readme",
"dependencies": {
"@openzeppelin/contracts": "^3.0.1",
"@openzeppelin/upgrades": "^2.8.0",
"@truffle/artifactor": "^4.0.45",
"chalk": "^4.0.0",
"dotenv": "^7.0.0",
"ethereumjs-abi": "^0.6.8",
"minimist": "^1.2.5",
"solc": "^0.6.0",
"truffle-assertions": "^0.9.2",
"truffle-hdwallet-provider": "^1.0.17",
"truffle-plugin-verify": "^0.3.10",
"truffle-verify": "^1.0.8"
},
"devDependencies": {
"@openzeppelin/test-helpers": "^0.5.6",
"@studydefi/money-legos": "^2.3.5",
"ganache-cli": "^6.10.0-beta.2",
"sol-merger": "^2.0.1",
"solidity-coverage": "0.5.11",
"solium": "1.2.3"
}
}