svelte-autosize
Version:
Svelte action to automatically adjust textarea height.
33 lines (32 loc) • 800 B
JSON
{
"name": "svelte-autosize",
"version": "1.1.5",
"description": "Svelte action to automatically adjust textarea height.",
"main": "index.js",
"types": "index.d.ts",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jesseskinner/svelte-autosize.git"
},
"keywords": [
"svelte",
"autosize"
],
"author": "Jesse Skinner <jesse@codingwithjesse.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jesseskinner/svelte-autosize/issues"
},
"homepage": "https://github.com/jesseskinner/svelte-autosize#readme",
"dependencies": {
"@types/autosize": "^4.0.3",
"autosize": "*"
},
"peerDependencies": {
"svelte": ">=3.0.0"
}
}