@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.44 kB
JSON
{
"name": "@atlassian/i18n-properties-loader",
"version": "2.0.2",
"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://packages.atlassian.com/api/npm/npm-public/"
},
"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": "^4.18.1",
"schema-utils": "^3.0.0"
},
"peerDependencies": {
"webpack": "^5.0.0"
},
"devDependencies": {
"@atlassian/webresource-webpack-plugin": "^7.1.8",
"jest": "30.2.0",
"webpack": "5.105.4"
},
"engines": {
"node": ">=12"
},
"gitHead": "d517f4b17c906fc9ea8a1fb5911f454a9ee41429"
}