-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.93 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.93 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/bcrypt": "^5.0.0",
"@types/body-parser": "^1.19.2",
"@types/config": "^3.3.0",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.14",
"@types/form-data": "^2.5.0",
"@types/got": "^9.6.12",
"@types/jsonwebtoken": "^8.5.9",
"@types/lodash": "^4.14.191",
"@types/multer": "^1.4.7",
"@types/nanoid": "^3.0.0",
"@types/node": "^18.11.13",
"@types/nodemailer": "^6.4.7",
"@types/pino": "^7.0.5",
"@types/uuid": "^9.0.0",
"@types/window-or-global": "^1.0.4",
"ts-node-dev": "^2.0.0",
"typescript": "^4.9.4"
},
"dependencies": {
"@google-cloud/storage": "^6.8.0",
"axios": "^1.2.1",
"bcrypt": "^5.1.0",
"bitly": "^7.1.2",
"config": "^3.3.8",
"cors": "^2.8.5",
"dayjs": "^1.11.7",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"firebase-admin": "^11.4.1",
"form-data": "^4.0.0",
"got": "^12.5.3",
"helmet": "^6.1.5",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"mongoose": "^7.6.1",
"multer": "^1.4.5-lts.1",
"multer-google-storage": "^1.3.0",
"nanoid": "^4.0.0",
"nodemailer": "^6.8.0",
"pino": "^8.7.0",
"pino-pretty": "^9.1.1",
"remove.bg": "^1.3.0",
"ts-node": "^10.9.1",
"uuid": "^9.0.0",
"uuid-v4": "^0.1.0",
"window": "^4.2.7",
"window-or-global": "^1.0.1",
"ytdl-core": "^4.11.4",
"zod": "^3.20.0"
},
"name": "All_In_One",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"start": "node build/src/app.js ",
"dev": "ts-node-dev --respawn --transpile-only src/app.ts",
"build": "tsc"
}
}