UNPKG

@antisoftwareclub/i18next-pseudo

Version:

Pseudolocalization plugin for i18next

45 lines (44 loc) 1.11 kB
{ "name": "@antisoftwareclub/i18next-pseudo", "version": "2.3.0-antisoftware.3", "description": "Pseudolocalization plugin for i18next", "main": "lib/index.js", "module": "es/index.js", "types": "./index.d.ts", "files": [ "es", "lib", "umd", "index.d.ts" ], "keywords": [ "i18next", "react", "react-18next", "pseudo", "pseudolocalization", "i18next-pseudo" ], "scripts": { "build": "nwb build-web-module", "clean": "nwb clean-module", "test": "nwb test", "test:coverage": "nwb test --coverage", "test:watch": "nwb test --server", "prepare": "npm run build" }, "dependencies": { "i18next": "^19.1.0" }, "devDependencies": { "nwb": "0.21.x" }, "author": "Matt Boatman <matthewd.boatman@gmail.com> (http://matthewboatman.com/)", "contributors": ["anti software software club <corp@antisoftware.club> (https://antisoftware.club/)"], "homepage": "http://matthewboatman.com/", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/antisoftwareclub/i18next-pseudo.git" } }