Files
tauri.studio/i18n/package.json
2019-12-30 14:25:37 +01:00

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": {}
}