-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.49 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "rss-email-subscription",
"version": "0.1.0",
"description": "See README.md",
"main": "dist/app/cron.js",
"engines": {
"node": "20.14.0",
"npm": "10.8.1"
},
"scripts": {},
"keywords": [
"rss-to-email",
"blog",
"rss"
],
"author": "Vlad GURDIGA <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/gurdiga/rss-email-subscription.git"
},
"license": "",
"devDependencies": {
"@types/chai": "^4.3.16",
"@types/cookie": "^0.6.0",
"@types/cookie-parser": "^1.4.7",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/express-session": "^1.18.0",
"@types/json-diff": "^1.0.3",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.11",
"@types/nodemailer": "^6.4.15",
"chai": "^4.4.1",
"cookie": "^1.0.2",
"esbuild": "^0.23.0",
"fetch-cookie": "^3.0.1",
"mocha": "^10.6.0",
"nodemon": "^3.1.4",
"prettier": "^3.3.3",
"systemjs": "^6.15.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
},
"dependencies": {
"@stripe/stripe-js": "^4.1.0",
"@types/ua-parser-js": "^0.7.39",
"cheerio": "^1.0.0-rc.12",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cron": "^3.1.7",
"express": "^4.19.2",
"express-session": "^1.18.0",
"helmet": "^7.1.0",
"json-diff": "^1.0.6",
"nodemailer": "^6.9.14",
"rss-parser": "^3.13.0",
"session-file-store": "^1.5.0",
"stripe": "^16.2.0",
"ua-parser-js": "^1.0.38"
}
}