lion/packages/switch/package.json

45 lines
1.1 KiB
JSON

{
"name": "@lion/switch",
"version": "0.8.2",
"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: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",
"stories",
"test",
"translations",
"*.js"
],
"sideEffects": [
"lion-switch.js",
"lion-switch-button.js"
],
"dependencies": {
"@lion/choice-input": "0.8.2",
"@lion/core": "0.5.2",
"@lion/field": "0.12.2"
}
}