UNPKG

wa-sticker-toolkit

Version:
31 lines (30 loc) 969 B
{ "name": "wa-sticker-toolkit", "version": "0.0.4", "description": "A package to create stickers for WhatsApp.", "main": "src/index.js", "scripts": { "test": "echo \"Error: no test at the moment, I'm to lazy to do so now.\" && exit 0" }, "files": ["src"], "repository": { "type": "git", "url": "git+https://github.com/DannyAkintunde/wa-sticker-toolkit.git" }, "keywords": ["sticker", "whatsapp", "WhatsApp-stickers", "webp"], "author": "DannyAkintunde", "license": "MIT", "bugs": { "url": "https://github.com/DannyAkintunde/wa-sticker-toolkit/issues" }, "homepage": "https://github.com/DannyAkintunde/wa-sticker-toolkit#readme", "dependencies": { "axios": "^1.7.9", "fluent-ffmpeg": "^2.1.3", "magic-bytes.js": "^1.10.0", "mime-types": "^2.1.35", "node-webpmux": "^3.2.0", "sharp": "^0.33.5", "tmp": "^0.2.3" } }