UNPKG

@orao-network/solana-vrf

Version:

ORAO Verifiable Random Function for Solana.

50 lines (49 loc) 1.23 kB
{ "name": "@orao-network/solana-vrf", "version": "0.7.0", "description": "ORAO Verifiable Random Function for Solana.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "/dist" ], "directories": { "test": "tests" }, "scripts": { "build": "tsc", "test": "ts-mocha -p ./tsconfig.json -t 10000000 tests/**/*.ts", "lint:fix": "prettier */*.js \"*/**/*{.js,.ts}\" -w", "lint": "prettier */*.js \"*/**/*{.js,.ts}\" --check", "prepublishOnly": "npm run build" }, "author": "", "license": "ISC", "devDependencies": { "@types/chai": "^4.3.1", "@types/mocha": "^9.1.1", "chai": "^4.3.6", "mocha": "^10.0.0", "prettier": "^2.7.1", "ts-mocha": "^10.0.0", "typescript": "^4.7.4" }, "dependencies": { "@coral-xyz/anchor": "0.31.1", "@noble/ed25519": "^1.6.1", "tweetnacl": "^1.0.3" }, "keywords": [ "vrf", "randomizer", "rng", "solana-nft", "on-chain", "random", "number", "generator", "solana-callback", "casino", "gamblefi" ] }