mirror of
https://github.com/MCSManager/MCSManager.git
synced 2024-11-27 06:59:54 +08:00
16 lines
286 B
JSON
16 lines
286 B
JSON
{
|
|
"name": "languages",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"i18n": "i18next-scanner --config i18-scanner.config.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"crc": "^4.3.2",
|
|
"i18next-scanner": "^4.4.0"
|
|
}
|
|
}
|