| 123456789101112131415161718192021222324252627282930313233 |
- {
- "name": "@pythnetwork/pyth-sdk-solidity",
- "version": "4.0.0",
- "description": "Read prices from the Pyth oracle",
- "repository": {
- "type": "git",
- "url": "https://github.com/pyth-network/pyth-crosschain",
- "directory": "target_chains/ethereum/sdk/solidity"
- },
- "scripts": {
- "build:abis": "generate-abis IPyth IPythEvents AbstractPyth MockPyth PythErrors PythUtils",
- "build:bin:": "solcjs --bin MockPyth.sol --base-path . -o build/",
- "format": "prettier --write .",
- "test": "git diff --exit-code abis"
- },
- "keywords": [
- "pyth",
- "solidity",
- "oracle"
- ],
- "author": "Pyth Data Association",
- "license": "Apache-2.0",
- "bugs": {
- "url": "https://github.com/pyth-network/pyth-crosschain/issues"
- },
- "homepage": "https://github.com/pyth-network/pyth-crosschain/tree/main/target_chains/ethereum/sdk/solidity",
- "devDependencies": {
- "abi_generator": "workspace:*",
- "prettier": "^2.7.1",
- "prettier-plugin-solidity": "^1.0.0-rc.1",
- "solc": "^0.8.25"
- }
- }
|