lion/packages/input-range/package.json
github-actions[bot] aafbeba2fd Version Packages
2021-03-11 17:45:46 +00:00

56 lines
1.5 KiB
JSON

{
"name": "@lion/input-range",
"version": "0.6.5",
"description": "Provide a way for users to select one value from a range of values",
"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-range"
},
"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 --litelement --exclude 'docs/**/*'",
"debug": "cd ../../ && npm run debug -- --group input-range",
"debug:firefox": "cd ../../ && npm run debug:firefox -- --group input-range",
"debug:webkit": "cd ../../ && npm run debug:webkit -- --group input-range",
"prepublishOnly": "../../scripts/npm-prepublish.js && npm run custom-elements-manifest",
"test": "cd ../../ && npm run test:browser -- --group input-range"
},
"sideEffects": [
"lion-input-range.js"
],
"dependencies": {
"@lion/core": "0.14.1",
"@lion/input": "0.11.5",
"@lion/localize": "0.16.1"
},
"keywords": [
"input-range",
"lion",
"slider",
"web-components"
],
"publishConfig": {
"access": "public"
},
"customElementsManifest": "custom-elements.json",
"exports": {
".": "./index.js",
"./lion-input-range": "./lion-input-range.js"
}
}