| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "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.14.0",
- "pnpm": ">=10.7.0"
- },
- "packageManager": "pnpm@10.19.0"
- }
|