{ "name": "@lion/select", "version": "0.1.52", "description": "Provide a set of options where you can select one", "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" }, "scripts": { "prepublishOnly": "../../scripts/npm-prepublish.js" }, "keywords": [ "lion", "web-components", "select" ], "main": "index.js", "module": "index.js", "files": [ "docs", "src", "stories", "test", "translations", "*.js" ], "dependencies": { "@lion/core": "^0.2.0", "@lion/field": "^0.2.7" }, "devDependencies": { "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.3.4" } }