UNPKG
@nekooftheabyss/fortuna
Version:
latest (4.2.0)
4.2.0
A Gacha-like system to roll random items with weights.
github.com/retraigo/fortuna
retraigo/fortuna
@nekooftheabyss/fortuna
/
deno.json
21 lines
(20 loc)
•
283 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name"
:
"
@nekooftheabyss
/fortuna"
,
"version"
:
"4.2.0"
,
"exports"
: {
"."
:
"./mod.ts"
,
"./roll"
:
"./src/roll.ts"
},
"exclude"
: [
"benches"
,
".github"
,
".vscode"
,
"dist"
,
"testdata"
],
"test"
: {
"include"
: [
"./test.ts"
] } }