lion/packages/switch/package.json
github-actions[bot] 56c396d81d Version Packages
2020-08-17 14:36:28 +00:00

47 lines
1.1 KiB
JSON

{
"name": "@lion/switch",
"version": "0.10.19",
"description": "A Switch is used for switching a property or feature on and off",
"license": "MIT",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
"repository": {
"type": "git",
"url": "https://github.com/ing-bank/lion.git",
"directory": "packages/switch"
},
"main": "index.js",
"module": "index.js",
"files": [
"*.d.ts",
"*.js",
"docs",
"src",
"test",
"test-helpers",
"translations",
"types"
],
"scripts": {
"prepublishOnly": "../../scripts/npm-prepublish.js",
"start": "cd ../../ && yarn dev-server --open packages/switch/README.md",
"test": "cd ../../ && yarn test:browser --grep \"packages/switch/test/**/*.test.js\"",
"test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/switch/test/**/*.test.js\""
},
"sideEffects": [
"lion-switch.js",
"lion-switch-button.js"
],
"dependencies": {
"@lion/core": "0.9.0",
"@lion/form-core": "0.4.2"
},
"keywords": [
"lion",
"switch",
"web-components"
],
"publishConfig": {
"access": "public"
}
}