-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 758 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 758 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
{
"name": "mediafire-getlink",
"version": "2.0.0",
"description": "Fetch mediafire direct download link",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Kristjan Kirpu <hello@pepzwee.com> (https://pepzwee.com)",
"contributors": [
{
"name": "azgar44",
"url": "https://github.com/azgar44"
}
],
"keywords": [
"mediafire",
"bypasser",
"get link"
],
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/pepzwee/mediafire-getlink.git"
},
"dependencies": {
"axios": "^1.5.1",
"jsdom": "^22.1.0"
},
"engines": {
"npm": ">=8.0.0",
"node": ">=16.0.0"
},
"volta": {
"node": "16.20.2"
}
}