i18next-fetch-backend
Version:
backend layer for i18next using browsers fetch
62 lines (61 loc) • 1.61 kB
JSON
{
"name": "i18next-fetch-backend",
"version": "4.1.0",
"description": "backend layer for i18next using browsers fetch",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"exports": {
".": {
"import": "./dist/mjs/index.js",
"require": "./dist/cjs/index.js",
"umd": "./dist/umd/index.js",
"types": "./index.d.ts"
}
},
"type": "module",
"typings": "./index.d.ts",
"scripts": {
"test": "mocha",
"lint": "eslint 'src/**/*.js' 'test/**/*.js'",
"build": "rollup -c",
"cover": "c8 npm test",
"prepare": "npm run build"
},
"files": [
"dist",
"index.d.ts"
],
"repository": {
"type": "git",
"url": "git+https://github.com/dotcore64/i18next-fetch-backend.git"
},
"keywords": [
"i18next",
"i18next-backend"
],
"author": "Julian Grinblat <julian@dotcore.co.il>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dotcore64/i18next-fetch-backend/issues"
},
"homepage": "https://github.com/dotcore64/i18next-fetch-backend#readme",
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/eslint-parser": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@rollup/plugin-babel": "^5.3.0",
"c8": "^7.10.0",
"chai": "^4.3.4",
"env-test": "^1.0.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-mocha": "^9.0.0",
"finalhandler": "^1.1.2",
"i18next": "^21.3.3",
"isomorphic-fetch": "^3.0.0",
"mocha": "^9.1.3",
"rollup": "^2.58.0",
"serve-static": "^1.14.1"
}
}