UNPKG

@chaocore/ripple

Version:

The very easy, performance and flexible to use JavaScript/TypeScript library for creating a ripple effect.

84 lines (83 loc) 2.19 kB
{ "name": "@chaocore/ripple", "description": "The very easy, performance and flexible to use JavaScript/TypeScript library for creating a ripple effect.", "version": "1.1.3", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "type": "module", "types": "./dist/types/index.d.ts", "exports": { "types": "./dist/types/index.d.ts", "require": "./dist/cjs/index.cjs", "import": "./dist/esm/index.js" }, "unpkg": "./dist/iife/index.min.js", "files": [ "dist" ], "scripts": { "build": "yarn build:clean && yarn build:lib && yarn build:types", "build:lib": "rollup -c --configPlugin typescript", "build:types": "yarn tsc --project tsconfig.declaration.json", "build:clean": "rimraf dist", "all:checks": "yarn ts:check && yarn eslint:check", "ts:check": "yarn tsc --noEmit", "eslint:check": "yarn eslint .", "prepare": "husky" }, "homepage": "https://github.com/Kipicenko/chaocore-ripple#readme", "repository": { "type": "git", "url": "git+https://github.com/Kipicenko/chaocore-ripple.git" }, "bugs": { "url": "https://github.com/Kipicenko/chaocore-ripple/issues" }, "lint-staged": { "*.ts": [ "yarn tsc-files --noEmit", "yarn eslint:check" ] }, "keywords": [ "ripple", "ripple-effect", "ripple-animation", "wave", "wave-effect", "wave-animation", "effect", "animation", "javascript", "typescript", "native-js", "react", "react-ripple", "react-wave", "react-hooks", "hooks" ], "author": "Kipicenko", "license": "MIT", "devDependencies": { "@eslint/js": "^9.4.0", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.6", "eslint": "^9.4.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "husky": "^9.0.11", "lint-staged": "^15.2.5", "prettier": "^3.3.0", "rimraf": "^5.0.7", "rollup": "^4.18.0", "ts-node": "^10.9.2", "tsc-files": "^1.1.4", "tslib": "^2.6.2", "typescript": "^5.4.5", "typescript-eslint": "^7.11.0" }, "packageManager": "yarn@4.2.2" }