UNPKG

lootalot

Version:

Library for simulating loot table drops of arbitrary trial counts

36 lines (35 loc) 851 B
{ "name": "lootalot", "version": "1.2.3", "description": "Library for simulating loot table drops of arbitrary trial counts", "main": "dist/lootalot.js", "module": "dist/lootalot.esm.js", "unpkg": "dist/lootalot.min.js", "types": "dist/index.d.ts", "files": ["dist"], "scripts": { "build": "bili", "prepublishOnly": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "math", "game", "rpg", "loot", "lootbox", "loot-table", "gacha", "incremental", "random" ], "author": "ducdat0507", "homepage": "https://ducdat0507.github.io/lootalot/", "repository": "https://github.com/ducdat0507/lootalot/", "license": "ISC", "devDependencies": { "bili": "^5.0.5", "rollup-plugin-typescript2": "^0.36.0", "typescript": "^5.5.4" } }