lion/packages/input-stepper/package.json
2021-02-15 18:07:33 +01:00

55 lines
1.5 KiB
JSON

{
"name": "@lion/input-stepper",
"version": "0.1.17",
"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": {
"custom-elements-manifest": "custom-elements-manifest analyze --exclude 'docs/**/*'",
"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.8",
"@lion/form-core": "0.7.3",
"@lion/input": "0.10.16"
},
"keywords": [
"input",
"input-stepper",
"lion",
"web-components"
],
"publishConfig": {
"access": "public"
},
"exports": {
".": "./index.js",
"./lion-input-stepper": "./lion-input-stepper.js"
},
"customElementsManifest": "custom-elements.json"
}