-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.16 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.16 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
{
"name": "bbyen",
"version": "3.0.2",
"description": "Bring Back YouTube Email Notifications!",
"main": "src/index.js",
"scripts": {
"test": "vitest",
"start": "ts-node --transpile-only src/index.ts",
"ncu": "npm-check-updates"
},
"author": "Marcel Robitaille <marcelrobitaille11@gmail.com>",
"license": "MIT",
"devDependencies": {
"@types/node": "18.11.4",
"eslint": "9.14.0",
"nodemon": "2.0.20",
"npm-check-updates": "16.3.2",
"vitest": "^2.1.5"
},
"dependencies": {
"@babel/core": "7.26.0",
"@babel/node": "7.26.0",
"@babel/preset-env": "7.26.0",
"@types/ejs": "3.1.1",
"@types/nodemailer": "6.4.6",
"axios": "0.27.2",
"chalk": "5.0.1",
"date-fns": "2.29.3",
"duration-fns": "3.0.1",
"ejs": "3.1.8",
"google-auth-library": "8.5.2",
"googleapis": "108.0.0",
"jssoup": "0.0.15",
"nodemailer": "6.7.8",
"open": "8.4.0",
"parse-duration": "1.0.2",
"rss-parser": "3.12.0",
"sql-template-strings": "2.2.2",
"sqlite": "4.1.2",
"sqlite3": "5.1.1",
"truncate": "3.0.0",
"ts-node": "^10.9.1",
"typescript": "4.8.4",
"winston": "3.8.2"
}
}