UNPKG

i18next-fetch-backend

Version:
58 lines (57 loc) 1.45 kB
{ "name": "i18next-fetch-backend", "version": "6.0.0", "description": "backend layer for i18next using browsers fetch", "engines": { "node": ">=18" }, "type": "module", "exports": { ".": { "types": "./index.d.ts", "import": "./index.js" }, "./package.json": "./package.json" }, "typings": "./index.d.ts", "scripts": { "test": "mocha", "lint": "eslint --cache .", "cover": "c8 npm test" }, "files": [ "index.js", "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": { "@eslint-community/eslint-plugin-eslint-comments": "^4.3.0", "c8": "^9.1.0", "chai": "^5.1.0", "dirname-filename-esm": "^1.1.1", "eslint": "^8.57.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-mocha": "^10.4.3", "eslint-plugin-n": "^17.4.0", "eslint-plugin-unicorn": "^52.0.0", "finalhandler": "^1.2.0", "i18next": "^23.11.3", "isomorphic-fetch": "^3.0.0", "mocha": "^10.4.0", "serve-static": "^1.15.0" } }