package.json 1000 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "@pythnetwork/entropy-sdk-solidity",
  3. "version": "1.1.3",
  4. "description": "Generate secure random numbers with Pyth Entropy",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/pyth-network/pyth-crosschain",
  8. "directory": "target_chains/ethereum/entropy_sdk/solidity"
  9. },
  10. "publishConfig": {
  11. "access": "public"
  12. },
  13. "scripts": {
  14. "format": "npx prettier --write .",
  15. "generate-abi": "npx generate-abis IEntropy EntropyErrors EntropyEvents EntropyStructs",
  16. "check-abi": "git diff --exit-code abis"
  17. },
  18. "keywords": [
  19. "pyth",
  20. "solidity",
  21. "random"
  22. ],
  23. "author": "Douro Labs",
  24. "license": "Apache-2.0",
  25. "bugs": {
  26. "url": "https://github.com/pyth-network/pyth-crosschain/issues"
  27. },
  28. "homepage": "https://github.com/pyth-network/pyth-crosschain/tree/main/target_chains/ethereum/entropy_sdk/solidity",
  29. "devDependencies": {
  30. "prettier": "^2.7.1",
  31. "prettier-plugin-solidity": "^1.0.0-rc.1",
  32. "abi_generator": "*"
  33. }
  34. }