53 lines
1.5 KiB
JSON
53 lines
1.5 KiB
JSON
{
|
|
"name": "@lion/localize",
|
|
"version": "0.16.1",
|
|
"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",
|
|
"custom-elements.json",
|
|
"docs",
|
|
"src",
|
|
"test",
|
|
"test-helpers",
|
|
"translations",
|
|
"types"
|
|
],
|
|
"scripts": {
|
|
"custom-elements-manifest": "custom-elements-manifest analyze --litelement --exclude 'docs/**/*' 'test-helpers/**/*'",
|
|
"debug": "cd ../../ && npm run debug -- --group localize",
|
|
"debug:firefox": "cd ../../ && npm run debug:firefox -- --group localize",
|
|
"debug:webkit": "cd ../../ && npm run debug:webkit -- --group localize",
|
|
"prepublishOnly": "../../scripts/npm-prepublish.js && npm run custom-elements-manifest",
|
|
"test": "cd ../../ && npm run test:browser -- --group localize"
|
|
},
|
|
"sideEffects": false,
|
|
"dependencies": {
|
|
"@bundled-es-modules/message-format": "6.0.4",
|
|
"@lion/core": "0.14.1",
|
|
"singleton-manager": "1.3.0"
|
|
},
|
|
"keywords": [
|
|
"lion",
|
|
"localize",
|
|
"web-components"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"customElementsManifest": "custom-elements.json",
|
|
"exports": {
|
|
".": "./index.js",
|
|
"./test-helpers": "./test-helpers.js"
|
|
}
|
|
}
|