UNPKG

@roninjjj/randomize

Version:

Easily include random number generation in your projects. Whether if it's a 2 item 50/50, or a 20 item lootbox, all you need is a simple object!

25 lines 620 B
{ "name": "@roninjjj/randomize", "version": "1.0.1", "description": "Easily include random number generation in your projects. Whether if it's a 2 item 50/50, or a 20 item lootbox, all you need is a simple object!", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/Roninjjj/Randomize" }, "keywords": [ "gamble", "rng", "random", "chance", "percantage", "lootbox", "loot-table" ], "author": "roninjjj", "license": "MIT", "types": "./dist/index.d.ts" }