-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.3 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
{
"name": "SMLoadr",
"version": "1.20.0",
"description": "A streaming music downloader written in NodeJS.",
"author": "SMLoadrDev",
"license": "CC-BY-NC-4.0",
"private": false,
"main": "SMLoadr.js",
"bin": "SMLoadr.js",
"scripts": {
"start": "node SMLoadr.js"
},
"repository": {
"type": "git",
"url": "https://git.fuwafuwa.moe/SMLoadrDev/SMLoadr.git"
},
"engines": {
"node": ">=9.0.0"
},
"dependencies": {
"angular": "^1.8.0",
"axios": "^0.28.0",
"bluebird": "^3.7.2",
"body-parser": "^1.20.3",
"cache-manager": "^2.10.0",
"chalk": "^3.0.0",
"command-line-args": "^5.1.1",
"command-line-usage": "^6.1.0",
"cookie-parser": "^1.4.7",
"crypto-random-string": "^3.1.0",
"express": "^4.21.2",
"inquirer": "^7.0.1",
"jsonfile": "^5.0.0",
"method-override": "^3.0.0",
"mongoose": "^8.8.3",
"morgan": "^1.9.1",
"multer": "^1.4.2",
"openurl": "^1.1.1",
"ora": "^4.0.3",
"request": "^2.88.0",
"request-plus": "^2.0.0",
"sanitize-filename": "^1.6.3",
"winston": "^3.2.1"
},
"devDependencies": {
"pkg": "^4.4.2",
"minimist": ">=1.2.6"
}
}