UNPKG

@orao-network/solana-vrf-cb

Version:

ORAO Verifiable Random Function with Callback for Solana.

48 lines (47 loc) 1.18 kB
{ "name": "@orao-network/solana-vrf-cb", "version": "0.4.0", "description": "ORAO Verifiable Random Function with Callback for Solana.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "/dist" ], "scripts": { "build": "tsc", "lint:fix": "prettier */*.js \"*/**/*{.js,.ts}\" -w", "lint": "prettier */*.js \"*/**/*{.js,.ts}\" --check", "doc": "typedoc", "prepublishOnly": "npm run build" }, "author": "", "license": "ISC", "devDependencies": { "@types/chai": "^5.0.1", "@types/mocha": "^10.0.10", "chai": "^5.1.2", "mocha": "^10.8.2", "prettier": "^3.4.2", "ts-mocha": "^10.0.0", "typedoc": "^0.27.4", "typescript": "^5.7.2" }, "dependencies": { "@coral-xyz/anchor": "^0.32.1", "@noble/ed25519": "^2.1.0", "tweetnacl": "^1.0.3" }, "keywords": [ "vrf", "randomizer", "rng", "solana-nft", "on-chain", "random", "number", "generator", "solana-callback", "casino", "gamblefi" ] }