{ "name": "@lion/core", "version": "0.0.0", "description": "Core functionality that is shared across all Lion Web Components", "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/core" }, "scripts": { "prepublishOnly": "../../scripts/insert-header.js" }, "keywords": [ "lion", "web-components" ], "main": "index.js", "module": "index.js", "files": [ "stories", "test", "*.js" ], "dependencies": { "lit-element": "2.1.0", "lit-html": "1.0.0" }, "devDependencies": { "@open-wc/testing": "^0.11.1", "@open-wc/storybook": "^0.1.5", "sinon": "^7.2.2" } }