lion/packages/helpers/package.json
2020-02-19 21:51:48 +01:00

43 lines
1.1 KiB
JSON

{
"name": "@lion/helpers",
"version": "0.3.1",
"description": "Helpers that are used throughout lion and can be used outside",
"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/helpers"
},
"scripts": {
"prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && yarn test --grep \"packages/helpers/*/test/**/*.test.js\"",
"test:watch": "cd ../../ && yarn test:watch --grep \"packages/helpers/*/test/**/*.test.js\""
},
"keywords": [
"lion",
"web-components",
"helpers",
"action logger"
],
"main": "index.js",
"module": "index.js",
"files": [
"renderLitAsNode",
"sb-action-logger",
"sb-locale-switcher",
"sortEachDepth",
"*.js"
],
"dependencies": {
"@lion/core": "0.4.3"
},
"devDependencies": {
"@open-wc/demoing-storybook": "^1.8.3",
"@open-wc/testing": "^2.5.0"
}
}