ken_nogi/NodeJS/postfixConsole_org/package.json
Kenichiro NOGI 88a402ce0f up
2026-07-10 18:13:30 +09:00

17 lines
284 B
JSON

{
"name": "postfixconsole",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"express": "^5.2.1",
"express-session": "^1.19.0"
}
}