Files
AptXmlAI/ra3apt-cli/package.json
T
2026-06-14 01:40:04 +02:00

23 lines
499 B
JSON

{
"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"
}
}