Co-authored-by: Mikhail Bashkirov <mikhail.bashkirov@ing.com> Co-authored-by: Thijs Louisse <thijs.louisse@ing.com> Co-authored-by: Joren Broekema <joren.broekema@ing.com> Co-authored-by: Gerjan van Geest <gerjan.van.geest@ing.com> Co-authored-by: Erik Kroes <erik.kroes@ing.com> Co-authored-by: Lars den Bakker <lars.den.bakker@ing.com>
41 lines
863 B
JSON
41 lines
863 B
JSON
{
|
|
"name": "@lion/textarea",
|
|
"version": "0.0.0",
|
|
"description": "Provide a way for users to write text that is multiple lines long",
|
|
"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/textarea"
|
|
},
|
|
"scripts": {
|
|
"prepublishOnly": "../../scripts/insert-header.js"
|
|
},
|
|
"keywords": [
|
|
"lion",
|
|
"web-components",
|
|
"textarea"
|
|
],
|
|
"main": "index.js",
|
|
"module": "index.js",
|
|
"files": [
|
|
"stories",
|
|
"test",
|
|
"*.js"
|
|
],
|
|
"dependencies": {
|
|
"@lion/core": "0.0.0",
|
|
"@lion/input": "0.0.0",
|
|
"autosize": "4.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@open-wc/testing": "^0.11.1",
|
|
"@open-wc/storybook": "^0.1.5"
|
|
}
|
|
|
|
}
|