@neiderruiz/translate-files
Version:
Internationalize and manage your website easily with (CSV or JSON to i18n)
72 lines • 1.99 kB
JSON
{
"name": "@neiderruiz/translate-files",
"version": "1.2.2",
"description": "Internationalize and manage your website easily with (CSV or JSON to i18n)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": "./dist/index.js",
"./react": "./dist/react/index.js",
"./astro": "./dist/astro/index.js",
"./next-js": "./dist/next-js/index.js",
"./next-js/hooks": "./dist/next-js/hooks/index.js",
"./docusaurus": "./dist/docusaurus/index.js"
},
"scripts": {
"test": "jest",
"build:babel": "babel src --out-dir dist --extensions '.ts,.tsx,.js,.jsx'",
"build:react": "tsc",
"build": "npm run build:react && npm run build:babel",
"start": "node dist/index.js",
"prebuild": "rm -rf dist"
},
"keywords": [
"translate",
"files",
"csv",
"translate-files",
"translate-file",
"translate-file-csv",
"i18n",
"i18next",
"react-i18next",
"nextjs translate",
"astro translate",
"docusaurus translate",
"docusaurus i18n",
"reactjs i18n",
"nextjs i18n",
"astro i18n"
],
"repository": {
"type": "git",
"url": "git://github.com/neiderruiz/translate-files.git"
},
"bugs": {
"url": "http://github.com/neiderruiz/translate-files/issues"
},
"author": {
"name": "Neider Ruiz",
"email": "neiderbtc@gmail.com",
"url": "http://github.com/neiderruiz/"
},
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/preset-env": "^7.23.2",
"@babel/preset-typescript": "^7.23.2",
"@types/node": "^20.4.5",
"@types/react": "^18.2.56",
"typescript": "^4.9.5"
},
"dependencies": {
"@types/eventsource": "^1.1.15",
"@types/i18next": "^13.0.0",
"csvtojson": "^2.0.10",
"eventsource": "^2.0.2",
"react-i18next": "^13.5.0"
}
}