lion/packages/localize/package.json
Thomas Allmer 4a93599228 chore: update storybook version
Co-authored-by: Joren Broekema <Joren.Broekema@ing.com>
2020-01-13 13:58:03 +01:00

45 lines
1 KiB
JSON

{
"name": "@lion/localize",
"version": "0.7.2",
"description": "The localization system helps to manage localization data split into locales and automate its loading",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/ing-bank/lion.git",
"directory": "packages/localize"
},
"scripts": {
"prepublishOnly": "../../scripts/npm-prepublish.js"
},
"keywords": [
"lion",
"web-components",
"localize"
],
"main": "index.js",
"module": "index.js",
"files": [
"docs",
"src",
"stories",
"test",
"test-helpers",
"translations",
"*.js"
],
"dependencies": {
"@bundled-es-modules/message-format": "6.0.4",
"@lion/core": "0.3.0"
},
"devDependencies": {
"@bundled-es-modules/fetch-mock": "^6.5.2",
"@open-wc/demoing-storybook": "^1.1.1",
"@open-wc/testing": "^2.3.4",
"sinon": "^7.2.2"
}
}