was-sticker 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +9 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "was-sticker",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Build WhatsApp animated stickers (.was) from images and Lottie templates. Pure JS, no shell dependencies.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./src/index.js",
|
|
@@ -23,7 +23,14 @@
|
|
|
23
23
|
"example": "node examples/build.js",
|
|
24
24
|
"test": "node --test test/smoke.test.js"
|
|
25
25
|
},
|
|
26
|
-
"keywords": [
|
|
26
|
+
"keywords": [
|
|
27
|
+
"whatsapp",
|
|
28
|
+
"sticker",
|
|
29
|
+
"lottie",
|
|
30
|
+
"was",
|
|
31
|
+
"animated-sticker",
|
|
32
|
+
"baileys"
|
|
33
|
+
],
|
|
27
34
|
"author": "thxmxx",
|
|
28
35
|
"license": "MIT",
|
|
29
36
|
"repository": {
|