@pythia-oracle/pythia-core
Version:
[](https://github.com/RichardLitt/standard-readme)  • 1.61 kB
JSON
{
"name": "@pythia-oracle/pythia-core",
"version": "1.0.0-rc.11",
"main": "index.js",
"author": "TRILEZ SOFTWARE INC.",
"license": "MIT",
"keywords": [
"pythia",
"oracle",
"library",
"ethereum",
"solidity",
"evm"
],
"repository": {
"type": "git",
"url": "https://github.com/pythia-oracle/pythia-core"
},
"files": [
"contracts",
"!contracts/test",
"artifacts/contracts/**/*.json",
"!artifacts/contracts/test/**/*.json",
"!artifacts/contracts/**/*.dbg.json"
],
"engines": {
"node": ">=14"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@openzeppelin-v4/contracts": "npm:@openzeppelin/contracts@4.6.0",
"@uniswap/v2-core": "^1.0.1",
"@uniswap/v3-core": "^1.0.1"
},
"devDependencies": {
"@atixlabs/hardhat-time-n-mine": "^0.0.5",
"@nomiclabs/hardhat-ethers": "^2.0.6",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@uniswap/v3-periphery": "^1.4.1",
"chai": "^4.3.6",
"decimal.js": "^10.3.1",
"eth-gas-reporter": "^0.2.25",
"ethereum-waffle": "4.0.0-alpha.0",
"ethers": "^5.6.6",
"hardhat": "2.9.5",
"hardhat-contract-sizer": "^2.5.1",
"hardhat-gas-reporter": "^1.0.8",
"hardhat-tracer": "^1.1.0-rc.5",
"prettier": "^2.6.2",
"prettier-plugin-solidity": "^1.0.0-beta.18",
"solhint": "^3.3.7",
"solhint-plugin-prettier": "^0.0.5",
"solidity-coverage": "^0.7.21"
},
"scripts": {
"compile": "hardhat compile",
"test": "hardhat test",
"coverage": "hardhat coverage",
"lint": "solhint 'contracts/**/*.sol'"
}
}