-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.16 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
{
"name": "auto-mashup",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.245.0",
"@aws-sdk/s3-request-presigner": "^3.245.0",
"@logdna/logger": "^2.5.0",
"axios": "^0.23.0",
"cheerio": "^1.0.0-rc.10",
"contentful": "^9.1.3",
"contentful-management": "^7.44.2",
"date-fns": "^2.25.0",
"deep-equal": "^2.0.5",
"dotenv": "^10.0.0",
"essentia.js": "^0.1.3",
"express": "^4.17.1",
"fetch": "^1.1.0",
"ffmpeg": "^0.0.4",
"fluent-ffmpeg": "^2.1.2",
"genius-lyrics-api": "^3.0.6",
"html-entities": "^2.3.2",
"node-cron": "^3.0.0",
"node-lame": "^1.3.2",
"python-shell": "^3.0.1",
"remove-accents": "^0.4.2",
"request": "^2.88.2",
"spotify-web-api-node": "^5.0.2",
"string-similarity": "^4.0.4",
"ts-retry": "^4.1.1",
"usetube": "^2.2.2",
"web-audio-api": "^0.2.2",
"winston": "^3.8.2",
"winston-papertrail-transport": "^1.0.9",
"xml2js": "^0.4.23"
}
}