@perifinance/peri-finance
Version:
The smart contracts which make up the Peri Finance system. (pynths.com)
164 lines (163 loc) • 5.34 kB
JSON
{
"name": "@perifinance/peri-finance",
"version": "0.7.32-polygon",
"author": "perifinance",
"description": "The smart contracts which make up the Peri Finance system. (pynths.com)",
"license": "MIT",
"homepage": "https://pynths.com",
"repository": {
"type": "git",
"url": "https://github.com/perifinance/peri-finance"
},
"keywords": [
"PeriFinance",
"PERI",
"pUSD",
"Solidity",
"Ethereum",
"DeFi"
],
"engines": {
"node": ">=8.10.0"
},
"files": [
"index.js",
"bin.js",
"build/ast",
"contracts/**/*.sol",
"publish/*.json",
"publish/deployed/kovan/*",
"publish/deployed/rinkeby/*",
"publish/deployed/ropsten/*",
"publish/deployed/mainnet/*",
"publish/deployed/goerli/*",
"publish/deployed/mumbai/*",
"publish/deployed/polygon/*",
"publish/deployed/bsctest/*",
"publish/deployed/bsc/*",
"publish/deployed/shibuya/*",
"publish/deployed/moonbase-alphanet/*",
"publish/deployed/moonriver/*",
"publish/deployed/base-sepolia/*",
"publish/deployed/sepolia/*",
"publish/deployed/moonbeam/*",
"publish/deployed/base/*"
],
"bin": {
"peri": "bin.js"
},
"main": "index.js",
"browser": "browser.js",
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged && ./hooks/lint"
}
},
"scripts": {
"clean-install": "rm -rf build && rm ./package-lock.json && rm -rf node_modules/* && npm install",
"compile": "hardhat compile",
"coverage": "node --max-old-space-size=4096 ./node_modules/.bin/hardhat coverage",
"format": "prettier --write \"contracts/**/*.sol\" \"**/*.js\" \"**/*.md\" \"**/*.yml\"",
"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\"",
"build": "node publish build",
"slither": "pip3 install --user slither-analyzer && slither .",
"pack": "webpack --mode production",
"solidity:prettier": "npx prettier --write 'contracts/**/*.sol'",
"prepublishOnly": "npm run describe && npm run pack",
"fork": "node --max-old-space-size=4096 ./node_modules/.bin/hardhat node --target-network polygon",
"test": "npx hardhat test --optimizer",
"describe": "hardhat describe",
"test:gas": "hardhat test --gas --optimizer || cat test-gas-used.log",
"test:prod": "hardhat test:prod --network localhost --optimizer",
"test:prod:gas": "hardhat test:prod --gas --network localhost --optimizer --gas-output-file test-gas-used-prod.log",
"test:deployments": "mocha test/deployments -- --timeout 15000",
"test:etherscan": "node test/etherscan",
"test:publish": "concurrently --kill-others --success first \"npx hardhat node > /dev/null\" \"wait-port 8545 && mocha test/publish --timeout 240000\""
},
"devDependencies": {
"@codechecks/client": "0.1.10",
"@eth-optimism/plugins": "^1.0.0-alpha.3",
"@eth-optimism/smock": "^1.0.2",
"@eth-optimism/solc": "^0.7.6-alpha.1",
"@nomiclabs/buidler": "^1.4.8",
"@nomiclabs/buidler-truffle5": "^1.3.4",
"@nomiclabs/buidler-web3": "^1.3.4",
"@nomiclabs/ethereumjs-vm": "^4.2.2",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^2.1.2",
"@nomiclabs/hardhat-truffle5": "2.0.0",
"@nomiclabs/hardhat-web3": "2.0.0",
"@pinata/sdk": "1.1.11",
"@uniswap/token-lists": "^1.0.0-beta.11",
"ajv": "^6.12.4",
"axios": "0.21.1",
"bn.js": "4.11.8",
"buidler-ast-doc": "0.0.14-rc",
"buidler-gas-reporter": "^0.1.4",
"chai": "4.2.0",
"chalk": "^2.4.2",
"concurrently": "5.2.0",
"cz-conventional-changelog": "^3.3.0",
"dotenv": "^6.1.0",
"eslint": "7.6.0",
"eslint-config-prettier": "^3.6.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-havven": "^1.0.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-no-only-tests": "^2.4.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"ethers": "5.0.31",
"execa": "^4.1.0",
"fs-extra": "9.0.1",
"hardhat": "^2.1.2",
"hardhat-gas-reporter": "1.0.1",
"husky": "^4.3.0",
"is-ci": "^2.0.0",
"lodash.clonedeep": "^4.5.0",
"lodash.uniq": "^4.5.0",
"mocha": "8.1.3",
"mustache": "^4.0.1",
"p-limit": "1.3.0",
"prettier": "^1.14.2",
"prettier-plugin-solidity": "1.0.0-beta.6",
"pretty-quick": "2.0.2",
"rlp": "^2.2.6",
"semver": "7.3.2",
"solc": "0.5.16",
"solhint": "^2.3.0",
"solidifier": "github:perifinance/solidifier#2.2.0",
"solidity-coverage": "^0.7.13",
"table": "^5.0.2",
"wait-port": "^0.2.2",
"web3": "1.3.3",
"webpack": "4.44.0",
"webpack-cli": "3.3.12",
"yaml-validator": "^3.0.0"
},
"dependencies": {
"@chainlink/contracts-0.0.10": "npm:@chainlink/contracts@0.0.10",
"@eth-optimism/contracts": "0.0.2-alpha.7",
"@eth-optimism/watcher": "0.0.1-alpha.8",
"abi-decoder": "2.3.0",
"commander": "5.1.0",
"cron-validator": "^1.2.1",
"leveldown": "^5.6.0",
"levelup": "^3.1.1",
"node-schedule": "^2.0.0",
"openzeppelin-solidity-2.3.0": "npm:openzeppelin-solidity@2.3.0",
"pretty-error": "^2.1.1",
"solidity-parser-antlr": "^0.4.11",
"web3-core-helpers": "^1.3.4",
"web3-core-promievent": "^1.3.4",
"web3-utils": "1.2.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}