lion/packages/helpers/package.json
github-actions[bot] acf2def52a Version Packages
2020-09-07 08:47:32 +00:00

43 lines
1 KiB
JSON

{
"name": "@lion/helpers",
"version": "0.5.7",
"description": "Helpers that are used throughout lion and can be used outside",
"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/helpers"
},
"main": "index.js",
"module": "index.js",
"files": [
"*.js",
"renderLitAsNode",
"sb-action-logger",
"sb-locale-switcher",
"sortEachDepth"
],
"scripts": {
"prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && yarn test:browser --grep \"packages/helpers/*/test/**/*.test.js\"",
"test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/helpers/*/test/**/*.test.js\""
},
"sideEffects": [
"sb-action-logger.js",
"sb-locale-switcher.js"
],
"dependencies": {
"@lion/core": "0.11.0"
},
"keywords": [
"action logger",
"helpers",
"lion",
"web-components"
],
"publishConfig": {
"access": "public"
}
}