Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:21:36 +08:00
commit 709bc6dbc6
5 changed files with 939 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "novelcrafter-export",
"description": "Novelcrafter Export - Tools for exporting, formatting, and converting Novelcrafter content to various publication formats",
"version": "1.0.0",
"author": {
"name": "Brock"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}