Ab-Integro / tools /eu4_han_convert /package.json
Ame
perf(localisation): add incremental parallel build
10695bc
Raw
History Blame Contribute Delete
733 Bytes
{
"name": "eu4-han-convert",
"version": "1.0.0",
"description": "ParaTranz-compatible EU4 Chinese localisation encoding converter",
"type": "module",
"exports": {
".": "./src/index.js"
},
"bin": {
"eu4-han-convert": "./bin/eu4-han-convert.js",
"eu4hc": "./bin/eu4-han-convert.js"
},
"files": [
"bin",
"src",
"README.md",
"LICENSE"
],
"scripts": {
"test": "node --test",
"check": "node --check bin/eu4-han-convert.js && node --check src/index.js"
},
"engines": {
"node": ">=20"
},
"keywords": [
"eu4",
"europa-universalis-iv",
"localisation",
"paratranz",
"encoding"
],
"license": "MIT",
"dependencies": {
"iconv-lite": "0.7.3"
}
}