{ "name": "@lion/switch", "version": "0.8.1", "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", "test": "cd ../../ && yarn test --grep \"packages/switch/test/**/*.test.js\"", "test:watch": "cd ../../ && yarn test:watch --grep \"packages/switch/test/**/*.test.js\"" }, "keywords": [ "lion", "web-components", "switch" ], "main": "index.js", "module": "index.js", "files": [ "docs", "src", "stories", "test", "translations", "*.js" ], "dependencies": { "@lion/choice-input": "0.8.1", "@lion/core": "0.5.1", "@lion/field": "0.12.1" } }