47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "@lion/localize",
|
|
"version": "0.14.4",
|
|
"description": "The localization system helps to manage localization data split into locales and automate its loading",
|
|
"license": "MIT",
|
|
"author": "ing-bank",
|
|
"homepage": "https://github.com/ing-bank/lion/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ing-bank/lion.git",
|
|
"directory": "packages/localize"
|
|
},
|
|
"main": "index.js",
|
|
"module": "index.js",
|
|
"files": [
|
|
"*.d.ts",
|
|
"*.js",
|
|
"docs",
|
|
"src",
|
|
"test",
|
|
"test-helpers",
|
|
"translations",
|
|
"types"
|
|
],
|
|
"scripts": {
|
|
"prepublishOnly": "../../scripts/npm-prepublish.js",
|
|
"test": "cd ../../ && yarn test:browser --grep \"packages/localize/test/**/*.test.js\"",
|
|
"test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/localize/test/**/*.test.js\""
|
|
},
|
|
"sideEffects": false,
|
|
"dependencies": {
|
|
"@bundled-es-modules/message-format": "6.0.4",
|
|
"@lion/core": "0.12.0",
|
|
"singleton-manager": "1.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@bundled-es-modules/fetch-mock": "^6.5.2"
|
|
},
|
|
"keywords": [
|
|
"lion",
|
|
"localize",
|
|
"web-components"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|