lion/packages/input-stepper/package.json
github-actions[bot] 436586ac01 Version Packages
2020-12-01 11:24:33 +00:00

49 lines
1.2 KiB
JSON

{
"name": "@lion/input-stepper",
"version": "0.1.11",
"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": {
"debug": "cd ../../ && npm run debug -- --group input-stepper",
"debug:firefox": "cd ../../ && npm run debug:firefox -- --group input-stepper",
"debug:webkit": "cd ../../ && npm run debug:webkit -- --group input-stepper",
"prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && npm run test:browser -- --group input-stepper"
},
"sideEffects": [
"lion-input-stepper.js"
],
"dependencies": {
"@lion/core": "0.13.4",
"@lion/form-core": "0.6.12",
"@lion/input": "0.10.10"
},
"keywords": [
"input",
"input-stepper",
"lion",
"web-components"
],
"publishConfig": {
"access": "public"
}
}