package.json
1 { 2 "name": "@DeFiOptions/DeFiOptions-core", 3 "version": "0.0.0", 4 "private": true, 5 "description": "", 6 "files": [], 7 "scripts": { 8 "build": "npm run compile", 9 "compile": "truffle compile", 10 "test": "mocha --timeout 10000 --exit --recursive test", 11 "deploy": "truffle migrate --network mainnet", 12 "verify": "truffle run verify Implementation --network mainnet" 13 }, 14 "author": "", 15 "license": "Apache-2.0", 16 "dependencies": { 17 "@openzeppelin/contracts": "^2.5.0", 18 "@openzeppelin/upgrades": "^2.8.0", 19 "@pangolindex/exchange-contracts": "^1.0.1", 20 "avalanche": "^3.2.1", 21 "web3": "^1.3.4", 22 "web3-provider-engine": "^16.0.1" 23 }, 24 "devDependencies": { 25 "@openzeppelin/test-environment": "^0.1.4", 26 "@openzeppelin/test-helpers": "^0.5.4", 27 "chai": "^4.2.0", 28 "dotenv": "^8.2.0", 29 "eth-sig-util": "^2.5.3", 30 "husky": "^4.2.5", 31 "mocha": "^7.0.0", 32 "truffle-plugin-verify": "^0.4.0", 33 "truffle-privatekey-provider": "^1.3.0" 34 } 35 }