@atlassian/i18n-properties-loader
Version:
A webpack loader for i18n *.properties files that can be used in Atlassian Server products
58 lines (57 loc) • 1.43 kB
JSON
{
"name": "@atlassian/i18n-properties-loader",
"version": "1.0.14",
"description": "A webpack loader for i18n *.properties files that can be used in Atlassian Server products",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/atlassianlabs/fe-server.git",
"directory": "packages/i18n-properties-loader"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"test": "jest --verbose",
"test:watch": "jest --watch --verbose",
"test:ci": "jest --ci --silent=false"
},
"keywords": [
"react",
"i18n",
"frontend",
"server",
"atlassian",
"dc",
"front-end",
"bitbucket",
"jira",
"confluence",
"jsd",
"webpack",
"loader",
"wrm"
],
"author": "Atlassian Pty Ltd.",
"license": "Apache-2.0",
"homepage": "https://bitbucket.org/atlassianlabs/fe-server",
"bugs": "https://ecosystem.atlassian.net/jira/software/c/projects/SPFE/issues/",
"dependencies": {
"java-properties": "^1.0.2",
"loader-utils": "2.0.4",
"lodash.debounce": "^4.0.8",
"schema-utils": "^3.0.0"
},
"peerDependencies": {
"webpack": "^5.0.0"
},
"devDependencies": {
"atlassian-webresource-webpack-plugin": "^7.0.0",
"jest": "27.4.3",
"webpack": "5.90.3"
},
"engines": {
"node": ">=12"
},
"gitHead": "00aa31671f9d3b4acdc81b2755736e9661fbe5e0"
}