lion/packages/form/package.json
github-actions[bot] 87c4545f5f Version Packages
2020-09-09 16:25:09 +02:00

45 lines
1.1 KiB
JSON

{
"name": "@lion/form",
"version": "0.6.23",
"description": "It enhances the functionality of the native `form` component. It is designed to interact with (instances of) form fields",
"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/form"
},
"main": "index.js",
"module": "index.js",
"files": [
"*.d.ts",
"*.js",
"docs",
"src",
"test",
"test-helpers",
"translations",
"types"
],
"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\""
},
"sideEffects": [
"lion-form.js"
],
"dependencies": {
"@lion/core": "0.12.0",
"@lion/fieldset": "0.14.9"
},
"keywords": [
"form",
"lion",
"web-components"
],
"publishConfig": {
"access": "public"
}
}