wa-sticker-toolkit
Version:
A package to create stickers for WhatsApp.
38 lines (37 loc) • 1.02 kB
JSON
{
"name": "wa-sticker-toolkit",
"version": "0.1.0",
"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"
}
}