{ "name": "@lion/core", "version": "0.10.0", "description": "Core functionality that is shared across all Lion Web Components", "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/core" }, "main": "index.js", "module": "index.js", "files": [ "*.d.ts", "*.js", "docs", "src", "test", "test-helpers", "translations", "types" ], "scripts": { "prepublishOnly": "../../scripts/npm-prepublish.js", "test": "cd ../../ && yarn test:browser --grep \"packages/core/test/**/*.test.js\"", "test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/core/test/**/*.test.js\"" }, "sideEffects": false, "dependencies": { "@open-wc/dedupe-mixin": "^1.2.18", "@open-wc/scoped-elements": "^1.0.3", "lit-element": "~2.4.0", "lit-html": "^1.3.0" }, "keywords": [ "lion", "web-components" ], "publishConfig": { "access": "public" } }