{ "name": "@lion/switch", "version": "0.17.1", "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/**/*\" \"test-helpers/**/*\"", "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", "publish-docs": "node ../../packages-node/publish-docs/src/cli.js --github-url https://github.com/ing-bank/lion/ --git-root-dir ../../", "prepublishOnly": "npm run publish-docs && npm run custom-elements-manifest", "test": "cd ../../ && npm run test:browser -- --group switch" }, "sideEffects": [ "define.js", "lion-switch.js", "lion-switch-button.js" ], "dependencies": { "@lion/core": "0.18.0", "@lion/form-core": "0.14.1", "@lion/helpers": "0.9.0" }, "keywords": [ "lion", "switch", "web-components" ], "publishConfig": { "access": "public" }, "customElementsManifest": "custom-elements.json", "exports": { ".": "./index.js", "./define": "./define.js", "./define-switch": "./lion-switch.js", "./define-switch-button": "./lion-switch-button.js", "./docs/": "./docs/" } }