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

57 lines
1.5 KiB
JSON

{
"name": "@lion/switch",
"version": "0.13.5",
"description": "A Switch is used for switching a property or feature on and off",
"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/switch"
},
"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 switch",
"debug:firefox": "cd ../../ && npm run debug:firefox -- --group switch",
"debug:webkit": "cd ../../ && npm run debug:webkit -- --group switch",
"prepublishOnly": "../../scripts/npm-prepublish.js && npm run custom-elements-manifest",
"test": "cd ../../ && npm run test:browser -- --group switch"
},
"sideEffects": [
"lion-switch.js",
"lion-switch-button.js"
],
"dependencies": {
"@lion/core": "0.14.1",
"@lion/form-core": "0.8.5",
"@lion/helpers": "0.6.1"
},
"keywords": [
"lion",
"switch",
"web-components"
],
"publishConfig": {
"access": "public"
},
"customElementsManifest": "custom-elements.json",
"exports": {
".": "./index.js",
"./lion-switch": "./lion-switch.js",
"./lion-switch-button": "./lion-switch-button.js"
}
}