UNPKG

webpack-translations-plugin

Version:

A plugin to create separate bundles for each of your supported languages, with reasonable defaults. #0CJS

68 lines (67 loc) 1.88 kB
{ "name": "webpack-translations-plugin", "version": "1.1.1", "description": "A plugin to create separate bundles for each of your supported languages, with reasonable defaults. #0CJS", "main": "index.js", "files": [ "index.js", "lib/" ], "scripts": { "precommit": "lint-staged", "test": "npm-run-all check-release-to-github lint check-format jest", "jest": "jest", "format": "prettier-eslint \"**/*.js\" --write", "lint": "eslint index.js lib test __mocks__", "check-format": "prettier-eslint \"**/*.js\" --list-different", "check-release-to-github": "release-to-github-with-changelog-pre-release-checks", "release-to-github": "release-to-github-with-changelog" }, "repository": { "type": "git", "url": "git+https://github.com/transferwise/webpack-translations-plugin.git" }, "keywords": [ "webpack", "plugin", "translations", "messages", "i18n", "transferwise", "0cjs" ], "author": "", "license": "MIT", "bugs": { "url": "https://github.com/transferwise/webpack-translations-plugin/issues" }, "homepage": "https://github.com/transferwise/webpack-translations-plugin#readme", "peerDependencies": { "webpack": "^4.1.0" }, "devDependencies": { "eslint": "^4.18.2", "eslint-config-airbnb": "^16.1.0", "eslint-config-prettier": "^2.9.0", "eslint-plugin-import": "^2.9.0", "eslint-plugin-prettier": "^2.6.0", "fs-extra": "^5.0.0", "husky": "^0.14.3", "jest": "^22.4.2", "lint-staged": "^7.0.5", "npm-run-all": "^4.1.2", "prettier": "^1.11.1", "prettier-eslint-cli": "^4.7.1", "release-to-github-with-changelog": "^1.1.5", "webpack": "^4.1.0" }, "lint-staged": { "*.js": [ "prettier-eslint \"**/*.js\" --write", "git add" ] }, "jest": { "testEnvironment": "node" } }