17 lines
295 B
JSON
17 lines
295 B
JSON
{
|
|
"name": "imaps",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "nodemon index.mjs"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@supabase/supabase-js": "^2.39.0",
|
|
"mailparser": "^3.6.5",
|
|
"node-imap": "^0.9.6"
|
|
}
|
|
}
|