-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 896 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 896 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
{
"name": "yasifys-tools",
"version": "1.5.0",
"description": "A website with tools to download videos from popular social media platforms.",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "jest",
"lint": "eslint .",
"live": "nodemon app.js"
},
"keywords": [],
"author": "Tyler Github",
"license": "MIT",
"dependencies": {
"@types/node": "^18.17.2",
"@distube/ytdl-core": "^4.15.8",
"dotenv": "^16.3.2",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-rate-limit": "^6.11.2",
"helmet": "^7.1.0",
"mongoose": "^8.0.0",
"node-fetch": "^2.6.12",
"sanitize-filename": "^1.6.3",
"semver": "^7.5.1",
"socket.io": "^4.7.1"
},
"devDependencies": {
"eslint": "^8.45.0",
"jest": "^29.6.1",
"jest-sonar-reporter": "^2.0.0",
"sonarqube-scanner": "^3.0.1",
"supertest": "^6.3.3"
}
}