mirror of
https://github.com/MCSManager/MCSManager.git
synced 2024-11-27 06:59:54 +08:00
13 lines
279 B
JSON
13 lines
279 B
JSON
{
|
|
"name": "mcsmanager-root",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"i18n": "i18next-scanner --config i18-scanner.config.js",
|
|
"preview-build": "cd common && npm install && npm run build"
|
|
},
|
|
"dependencies": {
|
|
"crc": "^4.3.2",
|
|
"i18next-scanner": "^4.4.0"
|
|
}
|
|
}
|