{ "name": "@lion/dialog", "version": "0.4.7", "description": "Show relative overlay content on click, as a webcomponent", "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/dialog" }, "scripts": { "prepublishOnly": "../../scripts/npm-prepublish.js", "test": "cd ../../ && yarn test --grep \"packages/dialog/test/**/*.test.js\"", "test:watch": "cd ../../ && yarn test:watch --grep \"packages/dialog/test/**/*.test.js\"" }, "keywords": [ "lion", "web-components", "dialog" ], "main": "index.js", "module": "index.js", "files": [ "src", "stories", "test", "*.js" ], "dependencies": { "@lion/core": "0.4.4", "@lion/overlays": "0.12.3" }, "devDependencies": { "@open-wc/demoing-storybook": "^1.10.4", "@open-wc/testing": "^2.5.0" } }