22 lines
440 B
JSON
22 lines
440 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|