messageformat-properties-loader
Version:
Locale Property Resource Bundle Loader for Webpack
40 lines (39 loc) • 853 B
JSON
{
"name": "messageformat-properties-loader",
"version": "0.5.0",
"description": "Locale Property Resource Bundle Loader for Webpack",
"keywords": [
"properties",
"property",
"resource",
"bundle",
"locale",
"messageformat",
"i18n",
"webpack"
],
"main": "index.js",
"files": [
"index.js"
],
"repository": "https://github.com/messageformat/properties-loader",
"author": "Eemeli Aro <eemeli@gmail.com>",
"license": "MIT",
"engines": {
"node": ">=8.9"
},
"scripts": {
"test": "cd example && npm install && npm run build && node dist/bundle.js"
},
"dependencies": {
"@messageformat/core": "^3.0.1",
"dot-properties": "^1.0.1",
"loader-utils": "^2.0.0",
"uv": "^1.1.0"
},
"prettier": {
"trailingComma": "none",
"semi": false,
"singleQuote": true
}
}