mirror of
https://github.com/sakaljurgis/nntp-worker.git
synced 2026-07-08 21:27:41 +00:00
initial
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "nntp-client",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"workspaces": [
|
||||
"mailparser"
|
||||
],
|
||||
"scripts": {
|
||||
"start": "npx tsx index.ts"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@types/node": "^22.13.14",
|
||||
"dotenv": "^16.5.0",
|
||||
"iconv-lite": "^0.6.3",
|
||||
"pocketbase": "^0.25.2",
|
||||
"tsx": "^4.19.3",
|
||||
"typescript": "^5.8.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/mailparser": "^3.4.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user