@pascholda1/vue-cli-plugin-i18n-csv-exchange
Version:
Vue CLI plugin to convert i18n localizations from JSON to CSV / CSV to JSON
32 lines (31 loc) • 815 B
JSON
{
"name": "@pascholda1/vue-cli-plugin-i18n-csv-exchange",
"version": "1.0.1",
"description": "Vue CLI plugin to convert i18n localizations from JSON to CSV / CSV to JSON",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pascholda1/vue-cli-plugin-i18n-csv-exchange.git"
},
"keywords": [
"Vue",
"CLI",
"i18n",
"CSV"
],
"author": "Simon Paschold <dev@k0815.rocks>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pascholda1/vue-cli-plugin-i18n-csv-exchange/issues"
},
"homepage": "https://github.com/pascholda1/vue-cli-plugin-i18n-csv-exchange#readme",
"dependencies": {
"axios": "^1.3.3",
"csv-parse": "^5.3.5",
"csv-stringify": "^6.2.4",
"lodash": "^4.17.21"
}
}