mirror of
https://github.com/cjdenio/trax-accidents.git
synced 2026-08-05 02:46:34 +00:00
20 lines
366 B
JSON
20 lines
366 B
JSON
{
|
|
"name": "trax-accidents",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@types/bun": "latest"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5"
|
|
},
|
|
"dependencies": {
|
|
"@date-fns/tz": "^1.4.1",
|
|
"date-fns": "^4.1.0",
|
|
"handlebars": "^4.7.8",
|
|
"mailparser": "^3.9.4",
|
|
"rss-parser": "^3.13.0"
|
|
}
|
|
}
|