@allemandi/gacha-engine
Version:
Practical, type-safe toolkit for simulating and understanding gacha rates and rate-ups.
59 lines • 1.63 kB
JSON
{
"name": "@allemandi/gacha-engine",
"version": "1.0.0",
"description": "Practical, type-safe toolkit for simulating and understanding gacha rates and rate-ups.",
"main": "dist/index.cjs",
"module": "dist/index.module.js",
"types": "./dist/index.d.ts",
"unpkg": "dist/index.umd.js",
"source": "src/index.ts",
"exports": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.module.js"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.cjs"
}
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"repository": "https://github.com/allemandi/gacha-engine.git",
"author": "allemandi <69766017+allemandi@users.noreply.github.com>",
"license": "MIT",
"type": "module",
"scripts": {
"build": "microbundle --name AllemandiGachaEngine",
"test": "vitest run",
"dev:test": "vitest",
"lint": "eslint src --ext .ts"
},
"keywords": [
"gacha",
"gacha-engine",
"rate-up",
"probability",
"simulation",
"gacha-simulator",
"lootbox",
"random-drop",
"gaming",
"game-probability",
"rolls",
"typescript",
"type-safe",
"drop-rate"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.35.0",
"@typescript-eslint/parser": "^8.35.0",
"eslint": "^9.29.0",
"microbundle": "^0.15.1",
"typescript": "^5.8.3",
"vitest": "^3.2.4"
}
}