cursor-blob
Version:
Lightweight library for animated, interactive cursors using GSAP
69 lines (68 loc) • 1.62 kB
JSON
{
"name": "cursor-blob",
"version": "1.1.2",
"description": "Lightweight library for animated, interactive cursors using GSAP",
"author": "ux-ui.pro",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ux-ui-pro/cursor-blob.git"
},
"bugs": {
"url": "https://github.com/ux-ui-pro/cursor-blob/issues"
},
"homepage": "https://github.com/ux-ui-pro/cursor-blob",
"sideEffects": false,
"scripts": {
"clean": "rimraf dist",
"build": "vite build",
"verify": "yarn lint && yarn typecheck",
"lint": "biome check src",
"lint:fix": "biome check --write src",
"format": "biome format --write src",
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"source": "src/index.ts",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.es.js",
"require": "./dist/index.cjs.js"
},
"./dist/*": "./dist/*"
},
"files": [
"dist/"
],
"devDependencies": {
"@biomejs/biome": "2.3.11",
"@types/node": "25.0.3",
"lightningcss": "1.30.2",
"rimraf": "6.1.2",
"typescript": "5.9.3",
"vite": "7.3.1",
"vite-plugin-dts": "4.5.4",
"gsap": "3.14.2"
},
"peerDependencies": {
"gsap": ">=3.12.0"
},
"keywords": [
"cursor",
"blob",
"animation",
"gsap",
"mouse",
"effect",
"interactive",
"tracking",
"ui",
"ux",
"frontend",
"visual",
"custom"
]
}