UNPKG

@usal/svelte

Version:

Ultimate Scroll Animation Library - Lightweight, powerful, wonderfully simple ✨ | Svelte Package

55 lines (54 loc) 1.14 kB
{ "name": "@usal/svelte", "version": "1.2.3", "type": "module", "description": "Ultimate Scroll Animation Library - Lightweight, powerful, wonderfully simple ✨ | Svelte Package", "homepage": "https://usal.dev/", "repository": { "type": "git", "url": "git+https://github.com/italoalmeida0/usal.git", "directory": "packages/svelte" }, "bugs": { "url": "https://github.com/italoalmeida0/usal/issues" }, "author": "Italo Almeida", "license": "MIT", "main": "./index.cjs", "module": "./index.esm.js", "types": "./index.d.ts", "exports": { ".": { "types": "./index.d.ts", "import": "./index.esm.js", "require": "./index.cjs" } }, "files": [ "*.cjs", "*.js", "*.map", "*.ts", "README.md", "LICENSE" ], "keywords": [ "javascript", "animation", "css-animations", "web-animation", "scroll-animations", "intersection-observer", "scroll-lib", "svelte" ], "sideEffects": false, "peerDependencies": { "svelte": ">=3.0.0" }, "peerDependenciesMeta": { "svelte": { "optional": false } } }