rippanteq7
commited on
Commit
•
9c49e41
1
Parent(s):
a4cfdfe
Create package.json
Browse files- package.json +8 -0
package.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"dependencies": {
|
3 |
+
"coffeescript": "*",
|
4 |
+
"express": "*",
|
5 |
+
"express-rate-limit": "*",
|
6 |
+
"whatsapp-web.js": "*"
|
7 |
+
}
|
8 |
+
}
|