| 12345678910111213141516171819202122232425262728293031323334 |
- {
- "name": "@pythnetwork/entropy-sdk-solidity",
- "version": "1.1.3",
- "description": "Generate secure random numbers with Pyth Entropy",
- "repository": {
- "type": "git",
- "url": "https://github.com/pyth-network/pyth-crosschain",
- "directory": "target_chains/ethereum/entropy_sdk/solidity"
- },
- "publishConfig": {
- "access": "public"
- },
- "scripts": {
- "format": "npx prettier --write .",
- "generate-abi": "npx generate-abis IEntropy EntropyErrors EntropyEvents EntropyStructs",
- "check-abi": "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": {
- "prettier": "^2.7.1",
- "prettier-plugin-solidity": "^1.0.0-rc.1",
- "abi_generator": "*"
- }
- }
|