UNPKG

@pythia-oracle/pythia-core

Version:

[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme) ![1274 out of 1274 tests passing](https://img.shields.io/badge/tests-1274/1274%20passing

64 lines (63 loc) 1.61 kB
{ "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'" } }