-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1016 Bytes
/
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
{
"name": "wastories-upload-google-drive",
"version": "1.0.0",
"description": "Upload WA Stories to Google Drive from your WA Contacts every they posted new stories ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/handler.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Gimenz/WAStories-Upload-Google-Drive.git"
},
"keywords": [
"wa-stories",
"wa-story-downloader",
"wa-story-uploader",
"whatsapp-stories-steal",
"curi-story-wa",
"wa-story-saver"
],
"author": "@gimenz.id",
"license": "MIT",
"bugs": {
"url": "https://github.com/Gimenz/WAStories-Upload-Google-Drive/issues"
},
"homepage": "https://github.com/Gimenz/WAStories-Upload-Google-Drive#readme",
"dependencies": {
"@adiwajshing/baileys": "^3.5.3",
"axios": "^0.24.0",
"googleapis": "^92.0.0",
"mime-types": "^2.1.34",
"moment-timezone": "^0.5.34",
"readline": "^1.3.0"
}
}