{ "name": "dsa-yield-contract", "version": "1.0.0", "description": "DSA Yield ERC20 Pool Contract", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "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": { "@openzeppelin/contracts": "^3.1.0", "solc": "^0.6.8", "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", "@nomiclabs/buidler-truffle5": "^1.3.4", "@nomiclabs/buidler-web3": "^1.3.4", "@openzeppelin/test-helpers": "^0.5.6", "truffle": "^5.1.42" } }