{ "name": "@lion/input-stepper", "version": "0.1.1", "description": "This component enables the user to increase and decrease a numeric value by predefined range.", "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-stepper" }, "main": "index.js", "module": "index.js", "files": [ "*.d.ts", "*.js", "docs", "src", "test", "test-helpers", "translations", "types" ], "scripts": { "prepublishOnly": "../../scripts/npm-prepublish.js", "start": "cd ../../ && yarn dev-server --open packages/input-stepper/README.md", "test": "cd ../../ && yarn test:browser --grep \"packages/input-stepper/test/**/*.test.js\"", "test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/input-stepper/test/**/*.test.js\"" }, "sideEffects": [ "lion-input-stepper.js" ], "dependencies": { "@lion/core": "0.13.0", "@lion/form-core": "0.6.3", "@lion/input": "0.10.1" }, "keywords": [ "input", "input-stepper", "lion", "web-components" ], "publishConfig": { "access": "public" } }