babel-plugin-react-translate/package.json

48 lines
951 B
JSON
Raw Permalink Normal View History

2021-08-28 15:14:08 +03:00
{
"name": "babel-plugin-react-translate",
"version": "1.0.6",
2021-08-28 15:14:08 +03:00
"description": "Babel-based JS/JSX auto-translator for Russian language",
"main": "index.js",
"scripts": {
2021-08-28 16:34:45 +03:00
"test": "jest"
2021-08-28 15:14:08 +03:00
},
"repository": {
"type": "git",
"url": "https://yourcmc.ru/git/vitalif-js/babel-plugin-react-translate"
},
"keywords": [
"auto",
"automatic",
"babel",
"babel-plugin",
"globalization",
"intl",
"internationalization",
"i18n",
"localization",
"l10n",
"plugin",
"react",
"reactjs",
"russian",
"translation"
],
2021-08-28 16:34:45 +03:00
"files": [
"index.js",
"plural_ru.js",
"runtime.js",
"COPYING"
],
2021-08-28 15:14:08 +03:00
"author": {
"name": "Vitaliy Filippov",
"email": "vitalif@yourcmc.ru",
"url": "http://yourcmc.ru/wiki/"
},
2021-08-28 16:34:45 +03:00
"license": "LGPL-3.0",
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"jest": "^27.1.0"
}
2021-08-28 15:14:08 +03:00
}