{ "name": "@lion/choice-input", "version": "0.9.0", "description": "Base for all choise inputs like checkbox/radio", "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/choice-input" }, "scripts": { "prepublishOnly": "../../scripts/npm-prepublish.js", "test": "cd ../../ && yarn test:browser --grep \"packages/choice-input/test/**/*.test.js\"", "test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/choice-input/test/**/*.test.js\"" }, "keywords": [ "lion", "web-components", "choice-input" ], "main": "index.js", "module": "index.js", "files": [ "docs", "src", "stories", "test", "translations", "*.js" ], "sideEffects": false, "dependencies": { "@lion/core": "0.6.0", "@lion/field": "0.13.0" } }