You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
455 B
20 lines
455 B
{
|
|
"name": "postmail",
|
|
"version": "1.0.0",
|
|
"description": "Notice-Based Simple Email Protocol",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Puly4",
|
|
"license": "0BSD",
|
|
"dependencies": {
|
|
"crypto": "^1.0.1",
|
|
"express": "^4.18.2",
|
|
"express-session": "^1.17.3",
|
|
"fs": "^0.0.1-security",
|
|
"http": "^0.0.1-security",
|
|
"https": "^1.0.0",
|
|
"url": "^0.11.0"
|
|
}
|
|
}
|
|
|