lion/packages/switch/package.json
CircleCI ae30a30bc2 chore: release new versions
- @lion/switch@0.6.3
2020-03-05 12:35:14 +00:00

49 lines
1.2 KiB
JSON

{
"name": "@lion/switch",
"version": "0.6.3",
"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.7.4",
"@lion/core": "0.4.4",
"@lion/field": "0.11.2"
},
"devDependencies": {
"@lion/helpers": "0.3.2",
"@lion/localize": "0.8.9",
"@lion/validate": "0.7.1",
"@open-wc/demoing-storybook": "^1.10.4",
"@open-wc/testing": "^2.5.0",
"sinon": "^7.2.2"
}
}