lion/packages/fieldset/package.json
github-actions[bot] 59204ab3f1 Version Packages
2020-10-19 09:30:12 +00:00

48 lines
1.2 KiB
JSON

{
"name": "@lion/fieldset",
"version": "0.15.2",
"description": "Allows to groups multiple input fields or other fieldsets together",
"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/fieldset"
},
"main": "index.js",
"module": "index.js",
"files": [
"*.d.ts",
"*.js",
"docs",
"src",
"test",
"test-helpers",
"translations",
"types"
],
"scripts": {
"debug": "cd ../../ && yarn debug --group fieldset",
"debug:firefox": "cd ../../ && yarn debug:firefox --group fieldset",
"debug:webkit": "cd ../../ && yarn debug:webkit --group fieldset",
"prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && yarn test:browser --group fieldset"
},
"sideEffects": [
"lion-fieldset.js",
"./docs/helpers/demo-fieldset-child.js"
],
"dependencies": {
"@lion/core": "0.13.1",
"@lion/form-core": "0.6.4"
},
"keywords": [
"fieldset",
"lion",
"web-components"
],
"publishConfig": {
"access": "public"
}
}