tududi/scripts/package.json
2025-07-15 10:44:01 +03:00

17 lines
No EOL
362 B
JSON

{
"name": "tududi-translation-scripts",
"version": "1.0.0",
"description": "Translation management scripts for tududi",
"main": "sync-translations.js",
"scripts": {
"sync": "node sync-translations.js"
},
"dependencies": {
"commander": "^11.0.0"
},
"engines": {
"node": ">=14.0.0"
},
"author": "tududi team",
"license": "MIT"
}