{ "name": "@lion/input-email", "version": "0.6.5", "description": "Provide a way for users to fill in an email", "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/input-email" }, "scripts": { "prepublishOnly": "../../scripts/npm-prepublish.js", "test": "cd ../../ && yarn test --grep \"packages/input-email/test/**/*.test.js\"", "test:watch": "cd ../../ && yarn test:watch --grep \"packages/input-email/test/**/*.test.js\"" }, "keywords": [ "lion", "web-components", "input-email" ], "main": "index.js", "module": "index.js", "files": [ "docs", "src", "stories", "test", "translations", "*.js" ], "dependencies": { "@lion/core": "0.5.0", "@lion/field": "0.12.0", "@lion/input": "0.5.20", "@lion/localize": "0.9.0", "@lion/validate": "0.9.0" }, "devDependencies": { "@open-wc/demoing-storybook": "^1.10.4", "@open-wc/testing": "^2.5.0" } }