mirror of
https://github.com/tauri-apps/tauri.studio.git
synced 2026-02-06 19:31:17 +01:00
19 lines
419 B
JSON
19 lines
419 B
JSON
{
|
|
"name": "@tauri-apps/quasar-app-extension-studio-i18n",
|
|
"version": "0.0.1",
|
|
"description": "common i18n locales and tools",
|
|
"author": "Daniel Thompson-Yvetot <denjell@sfosc.org>",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"test": "echo \"No test specified\" && exit 0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": ""
|
|
},
|
|
"dependencies": {
|
|
"vue-i18n": "^8.0.0"
|
|
},
|
|
"devDependencies": {}
|
|
}
|