svelte-fast-marquee
Version:
A Marquee component for Svelte inspired by react-fast-marquee.
57 lines (56 loc) • 1.29 kB
JSON
{
"name": "svelte-fast-marquee",
"version": "1.0.2",
"description": "A Marquee component for Svelte inspired by react-fast-marquee.",
"type": "module",
"main": "dist/index.js",
"scripts": {
"dev": "vite dev",
"build": "svelte-package",
"test": "vitest --run",
"prepublishOnly": "npm run test && npm run build"
},
"files": [
"dist"
],
"keywords": [
"svelte",
"marquee",
"svelte-component",
"component",
"fast-marquee"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/abosch19/svelte-fast-marquee"
},
"bugs": {
"url": "https://github.com/abosch19/svelte-fast-marquee/issues"
},
"homepage": "https://svelte-fast-marquee-website.vercel.app/",
"author": {
"email": "abosch19@gmail.com",
"name": "Alex Bosch",
"url": "https://github.com/abosch19"
},
"devDependencies": {
"@sveltejs/kit": "^1.30.4",
"@sveltejs/package": "2.2.2",
"@testing-library/svelte": "4.0.3",
"jsdom": "^22.1.0",
"typescript": "^5.2.2",
"vite": "^4.5.3",
"vitest": "0.34.4",
"vitest-dom": "^0.1.0"
},
"dependencies": {
"svelte": "^4.2.19"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js"
}
}
}