lion/packages/checkbox-group/package.json
2020-04-02 16:25:41 +02:00

42 lines
1 KiB
JSON

{
"name": "@lion/checkbox-group",
"version": "0.8.6",
"description": "A container for multiple checkboxes",
"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/checkbox-group"
},
"scripts": {
"prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && yarn test --grep \"packages/checkbox-group/test/**/*.test.js\"",
"test:watch": "cd ../../ && yarn test:watch --grep \"packages/checkbox-group/test/**/*.test.js\""
},
"keywords": [
"lion",
"web-components",
"checkbox-group"
],
"main": "index.js",
"module": "index.js",
"files": [
"docs",
"src",
"stories",
"test",
"translations",
"*.js"
],
"dependencies": {
"@lion/choice-input": "0.8.0",
"@lion/core": "0.5.0",
"@lion/fieldset": "0.10.0",
"@lion/input": "0.5.20"
}
}