Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:54:08 +08:00
commit b34cb563a6
7 changed files with 1070 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "dice-notation-parser",
"description": "Parses and validates Savage Worlds dice notation, including exploding dice, modifiers, and damage calculations",
"version": "1.0.0",
"author": {
"name": "Savaged-us"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}