{ "name": "@lion/helpers", "version": "0.3.3", "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.5" }, "devDependencies": { "@open-wc/demoing-storybook": "^1.10.4", "@open-wc/testing": "^2.5.0" } }