-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
48 lines (48 loc) · 1 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
{
"name": "ironman-api",
"version": "2.0.1",
"description": "An npm with some features.",
"main": "index.js",
"module": "index.mjs",
"type": "commonjs",
"exports": {
".": {
"import": "./index.mjs",
"require": "./index.js"
}
},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ironman-api",
"api",
"pinterest-dl",
"pinterest",
"mediafire-dl",
"file-uploader",
"m3u8-converter",
"tiktok-dl"
],
"author": "IRON-M4N",
"license": "Apache-2.0",
"dependencies": {
"axios": "^1.6.7",
"cheerio": "^1.0.0-rc.12",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^4.0.0"
},
"directories": {
"lib": "lib",
"src": "src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IRON-M4N/ironman-api.git"
},
"bugs": {
"url": "https://github.com/IRON-M4N/ironman-api/issues"
},
"homepage": "https://github.com/IRON-M4N/ironman-api#readme"
}