lion/packages/form/package.json

47 lines
1.2 KiB
JSON

{
"name": "@lion/form",
"version": "0.4.11",
"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 --grep \"packages/form/test/**/*.test.js\"",
"test:watch": "cd ../../ && yarn test:watch --grep \"packages/form/test/**/*.test.js\""
},
"keywords": [
"lion",
"web-components",
"form"
],
"main": "index.js",
"module": "index.js",
"files": [
"docs",
"src",
"stories",
"test",
"translations",
"*.js"
],
"dependencies": {
"@lion/core": "0.4.3",
"@lion/fieldset": "0.7.1"
},
"devDependencies": {
"@lion/field": "0.9.1",
"@lion/validate": "0.6.6",
"@open-wc/demoing-storybook": "^1.10.4",
"@open-wc/testing": "^2.5.0",
"sinon": "^7.2.2"
}
}