{ "name": "@lion/switch", "version": "0.10.6", "description": "A Switch is used for switching a property or feature on and off", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", "license": "MIT", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/ing-bank/lion.git", "directory": "packages/switch" }, "scripts": { "prepublishOnly": "../../scripts/npm-prepublish.js", "start": "cd ../../ && yarn dev-server --open packages/switch/README.md", "test": "cd ../../ && yarn test:browser --grep \"packages/switch/test/**/*.test.js\"", "test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/switch/test/**/*.test.js\"" }, "keywords": [ "lion", "web-components", "switch" ], "main": "index.js", "module": "index.js", "files": [ "docs", "src", "test", "translations", "*.js" ], "sideEffects": [ "lion-switch.js", "lion-switch-button.js" ], "dependencies": { "@lion/core": "0.7.1", "@lion/form-core": "0.1.5" } }