lion/packages/form/package.json
2020-06-03 11:24:56 +02:00

42 lines
1 KiB
JSON

{
"name": "@lion/form",
"version": "0.6.0",
"description": "It enhances the functionality of the native `form` component. It is designed to interact with (instances of) form fields",
"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/form"
},
"scripts": {
"prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && yarn test:browser --grep \"packages/form/test/**/*.test.js\"",
"test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/form/test/**/*.test.js\""
},
"keywords": [
"lion",
"web-components",
"form"
],
"main": "index.js",
"module": "index.js",
"files": [
"docs",
"src",
"test",
"translations",
"*.js"
],
"sideEffects": [
"lion-form.js"
],
"dependencies": {
"@lion/core": "0.6.0",
"@lion/fieldset": "0.13.0"
}
}