Files
ds-translator/package.json

22 lines
440 B
JSON
Raw Normal View History

2025-08-18 21:44:23 +09:00
{
"name": "dstranslator",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node ./src/main.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"csv-parse": "^6.1.0",
"fs-extra": "^11.3.0",
"gettext-parser": "^8.0.0",
"openai": "^5.11.0",
"pofile": "^1.1.4"
}
}