UNPKG

magnetic-hover.js

Version:

Lightweight magnetic text hover effect animation library

60 lines 1.5 kB
{ "name": "magnetic-hover.js", "version": "1.0.0", "description": "Lightweight magnetic text hover effect animation library", "main": "dist/magnetic-hover.min.js", "module": "dist/magnetic-hover.esm.js", "browser": "dist/magnetic-hover.min.js", "types": "dist/magnetic-hover.d.ts", "files": [ "dist", "LICENSE", "README.md" ], "keywords": [ "animation", "text-effect", "hover-effect", "magnetic-text", "javascript", "vanilla-js", "typography", "interactive" ], "author": "tizee", "license": "MIT", "devDependencies": { "@eslint/js": "^9.29.0", "esbuild": "^0.19.0", "eslint": "^9.29.0", "prettier": "^3.5.3" }, "repository": { "type": "git", "url": "https://github.com/tizee/magnetic-hover.js.git" }, "bugs": { "url": "https://github.com/tizee/magnetic-hover.js/issues" }, "homepage": "https://github.com/tizee/magnetic-hover.js#readme", "engines": { "node": ">=18.12.0", "pnpm": ">=7.0.0" }, "sideEffects": false, "publishConfig": { "access": "public" }, "scripts": { "build": "NODE_ENV=production node build.js", "build:dev": "node build.js", "dev": "node build.js --watch", "format": "prettier --write .", "format:check": "prettier --check .", "lint": "eslint . && prettier --check .", "lint:fix": "eslint . --fix && prettier --write .", "lint:js": "eslint .", "lint:js:fix": "eslint . --fix", "size": "ls -lh dist/" } }