UNPKG

node-provably-fair

Version:

A provably fair system for generating and verifying random numbers. Includes support for generating random outcomes based on blockchain data, ensuring fair and tamper-proof results.

40 lines 950 B
{ "name": "node-provably-fair", "version": "1.0.9", "description": "A provably fair system for generating and verifying random numbers. Includes support for generating random outcomes based on blockchain data, ensuring fair and tamper-proof results.", "main": "dist/index.js", "scripts": { "build": "tsc", "test": "jest" }, "repository": { "type": "git", "url": "https://github.com/fauzihalabe/node-provably-fair" }, "keywords": [ "provably-fair", "random-number", "blockchain", "roulette", "spin", "fairness", "crypto", "bitcoin", "npm" ], "author": "Fauzi Halabe", "license": "MIT", "dependencies": { "axios": "^0.21.1", "uuid": "^10.0.0" }, "devDependencies": { "@types/jest": "^29.5.12", "@types/uuid": "^10.0.0", "jest": "^29.7.0", "ts-jest": "^29.2.5", "typescript": "^5.5.4", "uuid": "^10.0.0" }, "types": "dist/index.d.ts" }