hover-effects-ts
Version:
A collection of beautiful hover effects for images using canvas
88 lines (87 loc) • 2.18 kB
JSON
{
"name": "hover-effects-ts",
"version": "2.5.1",
"description": "A collection of beautiful hover effects for images using canvas",
"type": "module",
"main": "dist/hover-effects.es.js",
"module": "dist/hover-effects.es.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/hover-effects.es.js",
"require": "./dist/hover-effects.umd.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist/hover-effects.es.js",
"dist/hover-effects.umd.js",
"dist/hover-effects.es.js.map",
"dist/hover-effects.umd.js.map",
"dist/index.d.ts",
"dist/index.d.ts.map",
"dist/types.d.ts",
"dist/types.d.ts.map",
"dist/core",
"dist/effects",
"src/",
"README.md",
"LICENSE",
"examples"
],
"scripts": {
"build": "vite build && tsc --emitDeclarationOnly --declarationMap && rm -rf dist/images",
"build:playground": "PLAYGROUND=true vite build",
"dev": "vite",
"dev:playground": "PLAYGROUND=true vite",
"test": "vitest run",
"lint": "eslint src/**/*.ts",
"prepare": "pnpm run build",
"demo": "vite playground",
"vercel-build": "npm run build:playground",
"size-check": "npm pack && du -h *.tgz && rm *.tgz"
},
"keywords": [
"hover",
"effects",
"image",
"animation",
"canvas",
"typescript",
"ascii",
"zoom",
"particle",
"pixel",
"minecraft",
"lego",
"led",
"matrix",
"dot-matrix",
"led-display"
],
"author": "Harsh Singhal",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.0",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"autoprefixer": "^10.4.21",
"eslint": "^8.38.0",
"tailwindcss": "^4.1.6",
"typescript": "^5.0.4",
"vite": "^4.3.0",
"vitest": "^3.1.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hsrambo07/hover-effects.git"
},
"bugs": {
"url": "https://github.com/hsrambo07/hover-effects/issues"
},
"homepage": "https://github.com/hsrambo07/hover-effects#readme",
"directories": {
"test": "tests"
},
"sideEffects": false
}