{ "name": "@lion/select-rich", "version": "0.30.1", "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", "custom-elements.json", "docs", "src", "test", "test-helpers", "translations", "types" ], "scripts": { "custom-elements-manifest": "custom-elements-manifest analyze --litelement --exclude \"docs/**/*\" \"test-helpers/**/*\"", "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", "publish-docs": "node ../../packages-node/publish-docs/src/cli.js --github-url https://github.com/ing-bank/lion/ --git-root-dir ../../", "prepublishOnly": "npm run publish-docs && npm run custom-elements-manifest", "test": "cd ../../ && npm run test:browser -- --group select-rich" }, "sideEffects": [ "define.js", "lion-option.js", "lion-options", "lion-select-invoker.js", "lion-select-rich.js" ], "dependencies": { "@lion/button": "^0.17.0", "@lion/core": "^0.22.0", "@lion/form-core": "^0.17.1", "@lion/listbox": "^0.13.1", "@lion/overlays": "^0.32.0" }, "keywords": [ "field", "form", "lion", "listbox", "option", "select", "web-components" ], "publishConfig": { "access": "public" }, "customElements": "custom-elements.json", "exports": { ".": "./index.js", "./define": "./define.js", "./define-option": "./lion-option.js", "./define-options": "./lion-options.js", "./define-select-invoker": "./lion-select-invoker.js", "./define-select-rich": "./lion-select-rich.js", "./docs/*": "./docs/*" } }