17 lines
No EOL
362 B
JSON
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"
|
|
} |