{ "name": "@lion/switch", "version": "0.12.17", "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", "docs", "src", "test", "test-helpers", "translations", "types" ], "scripts": { "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", "test": "cd ../../ && npm run test:browser -- --group switch" }, "sideEffects": [ "lion-switch.js", "lion-switch-button.js" ], "dependencies": { "@lion/core": "0.13.8", "@lion/form-core": "0.7.3", "@lion/helpers": "0.5.20" }, "keywords": [ "lion", "switch", "web-components" ], "publishConfig": { "access": "public" } }