Skip to main content
Module

x/fortuna/deno.json

A TypeScript module for random events and gacha.
Go to Latest
File
{ "name": "@nekooftheabyss/fortuna", "version": "4.1.1", "exports": { ".": "./mod.ts", "roll": "./src/roll.ts" }, "exclude": [ "benches", ".github", ".vscode", "dist" ], "test": { "include": [ "./test.ts" ] }}