i18n-next
Version:
Easier way to make next i18n json file.
31 lines (30 loc) • 699 B
JSON
{
"name": "i18n-next",
"version": "0.0.4",
"description": "Easier way to make next i18n json file.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/me-mark/i18n-next.git"
},
"keywords": [
"i18n",
"next-language",
"generator"
],
"author": "me-mark",
"license": "ISC",
"bugs": {
"url": "https://github.com/me-mark/i18n-next/issues"
},
"homepage": "https://github.com/me-mark/i18n-next#readme",
"dependencies": {
"flat": "^5.0.2",
"read-excel-file": "^4.0.7",
"stringify-object": "^3.3.0"
}
}