-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.22 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "wwebjs-firebase-storage",
"version": "1.0.3",
"description": "A remote authentication plugin for whatsapp-web.js, using Firebase Storage to securely store WhatsApp multi-device session data.",
"type": "module",
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts",
"LICENSE",
"package.json",
"README.md"
],
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vedantmgoyal9/wwebjs-firebase-storage.git"
},
"keywords": [
"whatsapp-web.js",
"whatsapp",
"firebase",
"firebase-storage",
"whatsapp-web-js"
],
"author": "Vedant Mohan Goyal",
"license": "MIT",
"bugs": {
"url": "https://github.com/vedantmgoyal9/wwebjs-firebase-storage/issues"
},
"homepage": "https://github.com/vedantmgoyal9/wwebjs-firebase-storage#readme",
"dependencies": {
"firebase": "^11.0.1"
},
"devDependencies": {
"@types/node": "^22.9.0",
"typescript": "^5.6.3"
},
"prettier": {
"bracketSameLine": true,
"endOfLine": "lf",
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"singleQuote": true
}
}