first commit

This commit is contained in:
2026-06-14 01:40:04 +02:00
commit 5511354783
4787 changed files with 103543 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"name": "ra3apt-cli",
"version": "1.0.0",
"description": "RA3 .apt file editor CLI — convert between binary .apt and human-readable XML",
"main": "./bin/ra3apt.js",
"bin": {
"ra3apt": "./bin/ra3apt.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"commander": "^11.1.0"
},
"devDependencies": {
"@yao-pkg/pkg": "^6.12.0"
}
}