UNPKG

@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.45 kB
{ "name": "@atlassian/i18n-properties-loader", "version": "1.0.16", "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.debounce": "^4.0.8", "schema-utils": "^3.0.0" }, "peerDependencies": { "webpack": "^5.0.0" }, "devDependencies": { "@atlassian/webresource-webpack-plugin": "^7.0.2", "jest": "27.4.3", "webpack": "5.90.3" }, "engines": { "node": ">=12" }, "gitHead": "622a7f318cc99f3760df5c1c90a5598b202526fd" }