{ "name": "@lion/input-email", "version": "0.9.10", "description": "Provide a way for users to fill in an email", "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/input-email" }, "main": "index.js", "module": "index.js", "files": [ "*.d.ts", "*.js", "docs", "src", "test", "test-helpers", "translations", "types" ], "scripts": { "debug": "cd ../../ && npm run debug -- --group input-email", "debug:firefox": "cd ../../ && npm run debug:firefox -- --group input-email", "debug:webkit": "cd ../../ && npm run debug:webkit -- --group input-email", "prepublishOnly": "../../scripts/npm-prepublish.js", "test": "cd ../../ && npm run test:browser -- --group input-email" }, "sideEffects": [ "lion-input-email.js" ], "dependencies": { "@lion/core": "0.13.4", "@lion/form-core": "0.6.12", "@lion/input": "0.10.10", "@lion/localize": "0.15.1" }, "devDependencies": { "@lion/validate-messages": "0.3.10" }, "keywords": [ "input-email", "lion", "web-components" ], "publishConfig": { "access": "public" } }