{ "name": "@lion/input-tel", "version": "0.2.3", "description": "Input field for entering phone numbers, including validation, formatting and mobile keyboard support.", "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-tel" }, "type": "module", "main": "index.js", "module": "index.js", "files": [ "*.d.ts", "*.js", "custom-elements.json", "docs", "src", "test", "test-helpers", "test-suites", "translations", "types" ], "scripts": { "custom-elements-manifest": "custom-elements-manifest analyze --litelement --exclude \"docs/**/*\" \"test-helpers/**/*\"", "debug": "cd ../../ && npm run debug -- --group input-tel", "debug:firefox": "cd ../../ && npm run debug:firefox -- --group input-tel", "debug:webkit": "cd ../../ && npm run debug:webkit -- --group input-tel", "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 input-tel" }, "sideEffects": [ "lion-input-tel.js" ], "dependencies": { "@lion/core": "^0.24.0", "@lion/form-core": "^0.18.3", "@lion/input": "^0.18.0", "@lion/localize": "^0.26.0", "awesome-phonenumber": "^3.0.1" }, "keywords": [ "input", "input-tel", "lion", "web-components" ], "publishConfig": { "access": "public" }, "customElements": "custom-elements.json", "exports": { ".": "./index.js", "./define": "./define.js", "./test-suites": "./test-suites/index.js", "./test-helpers": "./test-helpers/index.js", "./translations/*": "./translations/*", "./docs/*": "./docs/*" } }