UNPKG

@pythia-oracle/pythia-periphery

Version:

![47 out of 47 tests passing](https://img.shields.io/badge/tests-47/47%20passing-brightgreen.svg?style=flat-square) ![test-coverage 100%](https://img.shields.io/badge/test%20coverage-100%25-brightgreen.svg?style=flat-square)

62 lines (61 loc) 1.59 kB
{ "name": "@pythia-oracle/pythia-periphery", "version": "1.0.0-rc.8", "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-periphery" }, "files": [ "contracts", "!contracts/test", "artifacts/contracts/**/*.json", "!artifacts/contracts/test/**/*.json", "!artifacts/contracts/**/*.dbg.json" ], "engines": { "node": ">=14" }, "publishConfig": { "access": "public" }, "dependencies": { "@openzeppelin-v3/contracts": "npm:@openzeppelin/contracts@3.4.2", "@openzeppelin-v4/contracts": "npm:@openzeppelin/contracts@4.6.0", "@pythia-oracle/pythia-core": "1.0.0-rc.11" }, "devDependencies": { "@atixlabs/hardhat-time-n-mine": "^0.0.5", "@nomiclabs/hardhat-ethers": "^2.0.6", "@nomiclabs/hardhat-waffle": "^2.0.3", "chai": "^4.3.6", "eth-gas-reporter": "^0.2.25", "ethereum-waffle": "^3.4.4", "ethers": "^5.6.6", "hardhat": "2.9.5", "hardhat-gas-reporter": "^1.0.8", "hardhat-tracer": "^1.1.0-rc.6", "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", "clean": "hardhat clean", "test": "hardhat test", "coverage": "hardhat coverage", "lint": "solhint 'contracts/**/*.sol'" } }