-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 927 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 927 Bytes
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
{
"name": "snapapp",
"version": "1.0.0",
"description": "Website Downloader For Youtube, Instagram, Facebook, and Tiktok.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DutaKey/project-download.git"
},
"keywords": [
"website",
"download",
"downloader",
"snapapp",
"youtube",
"instagram",
"tiktok",
"facebook",
"save",
"snapsave",
"instasave",
"y2mate",
"tiktokdownloader"
],
"author": "SnapApp-Team",
"license": "ISC",
"bugs": {
"url": "https://github.com/DutaKey/project-download/issues"
},
"homepage": "https://github.com/DutaKey/project-download#readme",
"dependencies": {
"axios": "^1.4.0",
"body-parser": "^1.20.2",
"crypto-js": "^4.1.1",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"mongoose": "^7.3.2",
"node-fetch": "^2.6.7"
}
}