UNPKG

cartflow

Version:

A lightweight JavaScript library for creating smooth 'Add to Cart' animations with customizable options, sound effects, and cart shake effects.

66 lines (65 loc) 1.66 kB
{ "name": "cartflow", "version": "3.0.1", "description": "A lightweight JavaScript library for creating smooth 'Add to Cart' animations with customizable options, sound effects, and cart shake effects.", "main": "dist/CartFlow.js", "module": "dist/CartFlow.mjs", "types": "dist/CartFlow.d.ts", "typesVersions": { "*": { "*": [ "dist/CartFlow.d.ts" ] } }, "exports": { "require": "./dist/CartFlow.js", "import": "./dist/CartFlow.mjs" }, "scripts": { "build": "tsup && cp src/CartFlow.d.ts dist/", "prepublishOnly": "npm run build", "test": "echo \\\"No tests yet, run the docs instead\\\" && exit 0", "lint": "eslint .", "format": "prettier --write .", "lint:fix": "eslint . --fix", "demo": "serve docs -l 3000", "dev": "npm run build && npm run watch" }, "keywords": [ "cartflow", "add-to-cart", "animation", "shopping-cart", "javascript-library", "ecommerce", "cart-animation", "customizable", "frontend", "ecommerce" ], "author": "A.S Nassiry", "license": "MIT", "files": [ "dist" ], "repository": { "type": "git", "url": "https://github.com/nassiry/cartflow.git" }, "bugs": { "url": "https://github.com/nassiry/cartflow/issues" }, "homepage": "https://github.com/nassiry/cartflow#readme", "devDependencies": { "@eslint/js": "^9.25.1", "eslint": "^9.25.1", "eslint-config-prettier": "^10.1.2", "eslint-plugin-prettier": "^5.2.6", "globals": "^16.0.0", "prettier": "^3.5.3", "serve": "^14.2.4", "tsup": "^8.4.0", "typescript-eslint": "^8.31.0" } }