@orao-network/fuel-vrf
Version:
ORAO VRF SDK Verifiable Random Function for the Fuel Network
49 lines (48 loc) • 1.07 kB
JSON
{
"name": "@orao-network/fuel-vrf",
"version": "0.2.11",
"description": "ORAO VRF SDK Verifiable Random Function for the Fuel Network",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist",
"src/**/*.d.ts"
],
"scripts": {
"build": "tsc",
"test": "npm run build && npx jest",
"prepublishOnly": "npm run build"
},
"author": "ORAO Network Developers <hello@orao.network>",
"license": "ISC",
"dependencies": {
"dotenv": "^16.4.5",
"fuels": "^0.100.1"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"ts-jest": "^29.1.5",
"typescript": "^5.4.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/orao-network/fuel-vrf.git"
},
"keywords": [
"vrf",
"randomizer",
"rng",
"fuel",
"fuel-nft",
"on-chain",
"random",
"number",
"generator",
"fuel-callback",
"casino"
],
"bugs": {
"url": "https://github.com/orao-network/fuel-vrf/issues"
},
"homepage": "https://github.com/orao-network/fuel-vrf#readme"
}