{ "name": "@lion/dialog", "version": "0.7.11", "description": "Show relative overlay content on click, as a webcomponent", "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/dialog" }, "main": "index.js", "module": "index.js", "files": [ "*.d.ts", "*.js", "docs", "src", "test", "test-helpers", "translations", "types" ], "scripts": { "prepublishOnly": "../../scripts/npm-prepublish.js", "start": "cd ../../ && yarn dev-server --open packages/dialog/README.md", "test": "cd ../../ && yarn test:browser --grep \"packages/dialog/test/**/*.test.js\"", "test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/dialog/test/**/*.test.js\"" }, "sideEffects": [ "lion-dialog.js", "./docs/styled-dialog-content.js" ], "dependencies": { "@lion/core": "0.8.0", "@lion/overlays": "0.16.11" }, "keywords": [ "dialog", "lion", "web-components" ], "publishConfig": { "access": "public" } }