44 lines
941 B
JSON
44 lines
941 B
JSON
{
|
|
"name": "@lion/field",
|
|
"version": "0.1.13",
|
|
"description": "Fields are the most fundamental building block of the Form System",
|
|
"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/field"
|
|
},
|
|
"scripts": {
|
|
"prepublishOnly": "../../scripts/npm-prepublish.js"
|
|
},
|
|
"keywords": [
|
|
"lion",
|
|
"web-components",
|
|
"field"
|
|
],
|
|
"main": "index.js",
|
|
"module": "index.js",
|
|
"files": [
|
|
"docs",
|
|
"src",
|
|
"stories",
|
|
"test",
|
|
"translations",
|
|
"*.js"
|
|
],
|
|
"dependencies": {
|
|
"@lion/core": "^0.1.8",
|
|
"@lion/validate": "^0.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@lion/localize": "^0.3.4",
|
|
"@open-wc/demoing-storybook": "^0.2.0",
|
|
"@open-wc/testing": "^0.12.5",
|
|
"sinon": "^7.2.2"
|
|
}
|
|
}
|