{ "name": "@lion/core", "version": "0.5.1", "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/npm-prepublish.js", "test": "cd ../../ && yarn test --grep \"packages/core/test/**/*.test.js\"", "test:watch": "cd ../../ && yarn test:watch --grep \"packages/core/test/**/*.test.js\"" }, "keywords": [ "lion", "web-components" ], "main": "index.js", "module": "index.js", "files": [ "docs", "src", "stories", "test-helpers", "translations", "*.js" ], "dependencies": { "@open-wc/dedupe-mixin": "^1.2.1", "@open-wc/scoped-elements": "^1.0.3", "lit-element": "^2.2.1", "lit-html": "^1.0.0" } }