UNPKG

poopetti

Version:

A Lightweight Animated Emojis Library, mainly focused on Poop Emoji

40 lines (39 loc) 869 B
{ "name": "poopetti", "version": "1.2.0", "description": "A Lightweight Animated Emojis Library, mainly focused on Poop Emoji", "license": "MIT", "author": "Alex Enes Zorlu", "homepage": "https://poopetti.com", "repository": { "type": "git", "url": "git+https://github.com/enszrlu/poopetti.git" }, "keywords": [ "react-poopetti", "react-poop", "nextjs-poopetti", "nextjs-poop", "rain-poop", "poop-rain", "poop-emoji", "poop-animation", "poop-effect", "confetti-poop", "poop", "poopetti", "poop-animation", "react", "nextjs" ], "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc --project tsconfig.json", "start": "npm run build && node dist/index.js" }, "peerDependencies": {}, "devDependencies": { "typescript": "^5.6.2" } }