-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 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
{
"name": "simple-song-downloader",
"description": "simple-song-downloader",
"version": "1.2.4",
"main": "dist/index.js",
"scripts": {
"comp": "rimraf ./dist/ && npx tsc && cd src && npx copyfiles ./package.json ../dist/ && cd .. && npx copyfiles lang/* dist",
"build": "npm run comp && node dev/build.js",
"restart": "npm run comp && npm start",
"start": "node --trace-warnings ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheBrunoRM/simple-song-downloader.git"
},
"author": "TheBrunoRM",
"license": "ISC",
"bugs": {
"url": "https://github.com/TheBrunoRM/simple-song-downloader/issues"
},
"homepage": "https://github.com/TheBrunoRM/simple-song-downloader#readme",
"dependencies": {
"@distube/ytdl-core": "^4.15.8",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"adm-zip": "^0.5.10",
"dotenv": "^16.3.1",
"fluent-ffmpeg": "^2.1.3",
"js-yaml": "^4.1.0",
"luxon": "^3.4.3",
"moment": "^2.29.4",
"node-fetch": "^2.7.0",
"typescript": "^4.9.5",
"ytpl": "^2.3.0"
},
"devDependencies": {
"@angablue/exe": "^1.2.0",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.83",
"@types/fluent-ffmpeg": "^2.1.21",
"@types/luxon": "^3.3.2",
"@types/node": "^18.17.14",
"archiver": "^5.3.2",
"copyfiles": "^2.4.1",
"rimraf": "^6.0.1",
"source-map-support": "^0.5.21"
}
}