UNPKG

@oikos/oikos-bsc

Version:

The smart contracts which make up the Oikos system. (Oikos.cash)

110 lines (109 loc) 3.56 kB
{ "name": "@oikos/oikos-bsc", "version": "0.2.70", "license": "MIT", "author": "Oikos", "description": "The smart contracts which make up the Oikos system. (Oikos.cash)", "scripts": { "auth": ". ./auth.sh", "clean-install": "rm -rf build && rm ./package-lock.json && rm -rf node_modules/* && npm install", "compile:legacy": "buidler compile --config legacy/buidler.legacy.js", "compile": "npm run auth && npm run compile:legacy && buidler compile", "coverage": "buidler coverage --network coverage", "generate-asts": "buidler compile", "format": "prettier --write \"contracts/**/*.sol\" \"**/*.js\"", "lint": "solhint \"contracts/*.sol\" && solhint \"contracts/test-helpers/*.sol\" && solhint --config contracts/interfaces/.solhint.json \"contracts/interfaces/*.sol\" && eslint \"**/*.js\"", "lint:fix": "eslint --fix \"**/*.js\"", "slither": "pip3 install --user slither-analyzer && slither .", "test": "buidler test", "test:gas": "buidler test --gas --optimizer || cat test-gas-used.log", "test:legacy": "npm run compile:legacy && buidler test:legacy", "test:deployments": "mocha test/deployments -- --timeout 15000", "test:etherscan": "node test/etherscan", "test:local": "concurrently --kill-others --success first \"npx buidler node > /dev/null\" \"wait-port 8545 && node test/testnet --network local --yes\"", "test:publish": "concurrently --kill-others --success first \"npx buidler node > /dev/null\" \"wait-port 8545 && mocha test/publish\"", "test:testnet": "node test/testnet" }, "repository": { "type": "git", "url": "git+https://github.com/oikoscash/oikos-bsc.git" }, "keywords": [ "Synthetix", "Solidity", "DeFi" ], "engines": { "node": ">=8.10.0" }, "files": [ "index.js", "bin.js", "build/ast", "contracts/**/*.sol", "publish/deployed/*/synths.json", "publish/deployed/*/deployment.json" ], "bin": { "snx": "bin.js" }, "main": "index.js", "bugs": { "url": "https://github.com/oikoscash/oikos-bsc/issues" }, "homepage": "https://oikos.cash", "directories": { "test": "test" }, "devDependencies": { "@codechecks/client": "0.1.10", "@nomiclabs/buidler": "1.3.7", "@nomiclabs/buidler-truffle5": "1.3.4", "@nomiclabs/buidler-web3": "1.3.4", "abi-decoder": "2.3.0", "axios": "0.19.2", "bip39": "^2.5.0", "bn.js": "^4.11.8", "buidler-ast-doc": "0.0.14-rc", "buidler-gas-reporter": "^0.1.4-beta.3", "chai": "4.2.0", "chalk": "^2.4.2", "concurrently": "4.1.0", "dotenv": "^6.1.0", "eslint": "^5.5.0", "eslint-config-prettier": "^3.6.0", "eslint-config-standard": "^12.0.0", "eslint-plugin-havven": "^1.0.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-node": "^7.0.1", "eslint-plugin-prettier": "^2.6.2", "eslint-plugin-promise": "^4.0.1", "eslint-plugin-standard": "^4.0.0", "mkdirp": "^0.5.1", "mocha": "6.2.2", "prettier": "^1.14.2", "prettier-plugin-solidity": "1.0.0-alpha.51", "rimraf": "^2.6.2", "seedrandom": "^2.4.4", "semver": "7.3.2", "solc": "0.5.16", "solhint": "^2.3.0", "solidifier": "^2.0.0", "solidity-coverage": "0.7.7", "table": "^5.0.2", "typedarray-to-buffer": "^3.1.5", "wait-port": "^0.2.2", "web3": "1.2.6", "ethers": "5.6.8" }, "dependencies": { "@chainlink/contracts-0.0.3": "npm:@chainlink/contracts@0.0.3", "@oikos/oikos-data-bsc": "^0.1.14", "commander": "^5.1.0", "ethereumjs-abi": "^0.6.8", "minimist": "^1.2.5", "openzeppelin-solidity-2.3.0": "npm:openzeppelin-solidity@2.3.0", "pretty-error": "^2.1.1", "web3-utils": "^1.2.2" } }