{ "name": "@lion/input-amount", "version": "0.9.1", "description": "Provide a way for users to fill in an amount", "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-amount" }, "main": "index.js", "module": "index.js", "files": [ "*.d.ts", "*.js", "custom-elements.json", "docs", "src", "test", "test-helpers", "translations", "types" ], "scripts": { "custom-elements-manifest": "custom-elements-manifest analyze --exclude 'docs/**/*'", "debug": "cd ../../ && npm run debug -- --group input-amount", "debug:firefox": "cd ../../ && npm run debug:firefox -- --group input-amount", "debug:webkit": "cd ../../ && npm run debug:webkit -- --group input-amount", "prepublishOnly": "../../scripts/npm-prepublish.js && npm run custom-elements-manifest", "test": "cd ../../ && npm run test:browser -- --group input-amount" }, "sideEffects": [ "lion-input-amount.js" ], "dependencies": { "@lion/core": "0.14.0", "@lion/form-core": "0.8.1", "@lion/input": "0.11.1", "@lion/localize": "0.16.0", "@lion/validate-messages": "0.4.1" }, "keywords": [ "input-amount", "lion", "web-components" ], "publishConfig": { "access": "public" }, "exports": { ".": "./index.js", "./lion-input-amount": "./lion-input-amount.js" }, "customElementsManifest": "custom-elements.json" }