-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.04 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
{
"name": "albert-heijn-pakbon-parser",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc -p .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "daanh432",
"license": "UNLICENSED",
"devDependencies": {
"@types/cheerio": "^0.22.30",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/imap": "^0.8.35",
"@types/jsonwebtoken": "^9.0.0",
"@types/mailparser": "^3.0.3",
"@types/moment": "^2.13.0",
"@types/node": "^20.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.0.0"
},
"dependencies": {
"axios": "^1.0.0",
"cheerio": "^1.0.0-rc.10",
"class-transformer": "^0.5.0",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.17.1",
"fs": "^0.0.1-security",
"imap": "^0.8.19",
"jsonwebtoken": "^9.0.0",
"mailparser": "^3.3.0",
"mariadb": "^3.3.0",
"moment": "^2.29.1",
"pg": "^8.11.5",
"pg-hstore": "^2.3.4",
"reflect-metadata": "^0.2.0",
"sequelize": "^6.37.3"
}
}