{ "name": "@lion/select-rich", "version": "0.6.2", "description": "Provides a select with options that can contain html", "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/select-rich" }, "scripts": { "prepublishOnly": "../../scripts/npm-prepublish.js" }, "keywords": [ "lion", "web-components", "select", "listbox", "field", "form", "option" ], "main": "index.js", "module": "index.js", "files": [ "docs", "src", "stories", "test", "translations", "*.js" ], "dependencies": { "@lion/button": "^0.3.40", "@lion/core": "^0.3.0", "@lion/field": "^0.6.1", "@lion/option": "^0.3.2", "@lion/overlays": "^0.6.4", "@lion/validate": "^0.4.0" }, "devDependencies": { "@lion/form": "^0.3.2", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.3.4" } }