{ "name": "@lion/input", "version": "0.10.0", "description": "It enhances the functionality of the native `` element", "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" }, "main": "index.js", "module": "index.js", "files": [ "*.d.ts", "*.js", "docs", "src", "test", "test-helpers", "translations", "types" ], "scripts": { "prepublishOnly": "../../scripts/npm-prepublish.js", "test": "cd ../../ && yarn test:browser --grep \"packages/input/test/**/*.test.js\"", "test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/input/test/**/*.test.js\"" }, "sideEffects": [ "lion-input.js" ], "dependencies": { "@lion/core": "0.13.0", "@lion/form-core": "0.6.2" }, "keywords": [ "input", "lion", "web-components" ], "publishConfig": { "access": "public" } }