@kizivat/svelte-autoscroll
Version:
Svelte action to automatically scroll to the end of an element.
44 lines (43 loc) • 812 B
JSON
{
"name": "@kizivat/svelte-autoscroll",
"version": "0.2.2",
"description": "Svelte action to automatically scroll to the end of an element.",
"private": false,
"scripts": {
"build": "tsc"
},
"type": "module",
"types": "dist/index.d.ts",
"files": [
"dist",
"src",
"*.d.ts"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./package.json": "./package.json"
},
"keywords": [
"svelte",
"autoscroll",
"action",
"svelte action",
"autoscroll action"
],
"author": {
"name": "David Kizivat",
"email": "david.kizivat@gmail.com",
"url": "https://twitter.com/kizivat"
},
"repository": {
"type": "git",
"url": "https://github.com/kizivat/svelte-autoscroll"
},
"license": "MIT",
"devDependencies": {
"typescript": "^4.9.4"
}
}