{ "name": "@pythnetwork/entropy-sdk-solidity", "version": "2.1.0", "description": "Generate secure random numbers with Pyth Entropy", "type": "module", "repository": { "type": "git", "url": "https://github.com/pyth-network/pyth-crosschain", "directory": "target_chains/ethereum/entropy_sdk/solidity" }, "publishConfig": { "access": "public" }, "scripts": { "test:format": "prettier --check .", "fix:format": "prettier --write .", "build": "generate-abis IEntropy IEntropyV2 IEntropyConsumer EntropyErrors EntropyEvents EntropyEventsV2 EntropyStructs EntropyStructsV2 EntropyStatusConstants PRNG", "test": "git diff --exit-code abis" }, "keywords": [ "pyth", "solidity", "random" ], "author": "Douro Labs", "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/entropy_sdk/solidity", "devDependencies": { "abi_generator": "workspace:*", "prettier": "catalog:", "prettier-plugin-solidity": "catalog:" }, "files": [ "dist/**/*" ], "engines": { "node": ">=22.16.0", "pnpm": ">=10.19.0" }, "packageManager": "pnpm@10.19.0" }