@atlassian/wrm-react-i18n
Version:
An internationalization i18n helper for WRM and React that can be used in Atlassian Server products
70 lines (69 loc) • 1.97 kB
JSON
{
"name": "@atlassian/wrm-react-i18n",
"version": "4.1.8",
"description": "An internationalization i18n helper for WRM and React that can be used in Atlassian Server products",
"main": "wrm-react-i18n.js",
"types": "wrm-react-i18n.d.ts",
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/atlassianlabs/fe-server.git",
"directory": "packages/wrm-react-i18n"
},
"publishConfig": {
"registry": "https://packages.atlassian.com/api/npm/npm-public/"
},
"scripts": {
"build": "rollup -c",
"prepublishOnly": "npm run build",
"test": "jest",
"test:watch": "jest --watch",
"//test:ci": "Adding --runInBand to jest command to avoid flaky issues with parallel tests in CI",
"test:ci": "jest --ci --silent=false --runInBand",
"verify": "npm run typecheck",
"typecheck": "tsc --noEmit"
},
"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/",
"peerDependencies": {
"react": ">=16.2.0"
},
"devDependencies": {
"@atlassian/aui": "8.8.3",
"@babel/preset-env": "7.29.2",
"@babel/preset-react": "7.28.5",
"@babel/preset-typescript": "7.28.5",
"@rollup/plugin-babel": "6.1.0",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-typescript": "^12.1.4",
"@testing-library/react": "^12.1.5",
"@types/react": "^16.3.18",
"jquery": "3.6.0",
"react": "~16.2.0",
"react-dom": "~16.2.0",
"rollup": "^4.44.2",
"rollup-plugin-dts": "^6.2.1",
"tslib": "^2.8.1"
},
"engines": {
"node": ">=12"
},
"gitHead": "4211bfb95cc276bb190946b438d3d56ec10a30b7"
}