{ "name": "@lion/select-rich", "version": "0.21.24", "description": "Provides a select with options that can contain html", "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/select-rich" }, "main": "index.js", "module": "index.js", "files": [ "*.d.ts", "*.js", "docs", "src", "test", "test-helpers", "translations", "types" ], "scripts": { "debug": "cd ../../ && npm run debug -- --group select-rich", "debug:firefox": "cd ../../ && npm run debug:firefox -- --group select-rich", "debug:webkit": "cd ../../ && npm run debug:webkit -- --group select-rich", "prepublishOnly": "../../scripts/npm-prepublish.js", "test": "cd ../../ && npm run test:browser -- --group select-rich" }, "sideEffects": [ "lion-select-invoker.js", "lion-select-rich.js" ], "dependencies": { "@lion/button": "0.8.9", "@lion/core": "0.13.7", "@lion/form-core": "0.7.0", "@lion/listbox": "0.4.0", "@lion/overlays": "0.23.2" }, "keywords": [ "field", "form", "lion", "listbox", "option", "select", "web-components" ], "publishConfig": { "access": "public" } }