UNPKG

i18next-scanner-webpack

Version:
54 lines (53 loc) 1.38 kB
{ "name": "i18next-scanner-webpack", "version": "1.0.0", "description": "Simple i18next-scanner webpack plugin", "main": "index.js", "type": "module", "engines": { "node": ">=14.16.0" }, "scripts": { "test": "NODE_OPTIONS=\"--experimental-vm-modules\" jest --runInBand", "test:coverage": "NODE_OPTIONS=\"--experimental-vm-modules\" jest --runInBand --coverage", "test:watch": "NODE_OPTIONS=\"--experimental-vm-modules\" jest --watchAll" }, "keywords": [ "i18next", "i18next-scanner", "webpack", "plugin", "internationalization", "i18n", "localization" ], "author": "Philip Stapelfeldt <me@ph1p.dev>", "license": "MIT", "dependencies": { "i18next-parser": "^9.3.0", "vinyl-fs": "^4.0.2" }, "prettier": { "useTabs": false, "singleQuote": true, "tabWidth": 2, "printWidth": 120, "trailingComma": "none" }, "devDependencies": { "@babel/core": "^7.28.0", "@babel/preset-env": "^7.28.0", "@babel/runtime": "^7.28.2", "jest": "^30.0.5", "rimraf": "^6.0.1", "webpack": "^5.101.0" }, "repository": { "type": "git", "url": "git+https://github.com/ph1p/i18next-scanner-webpack.git" }, "bugs": { "url": "https://github.com/ph1p/i18next-scanner-webpack/issues" }, "homepage": "https://github.com/ph1p/i18next-scanner-webpack#readme" }