mirror of
https://github.com/aljazceru/satshkd-vercel.git
synced 2025-12-17 05:04:24 +01:00
32 lines
853 B
JSON
32 lines
853 B
JSON
{
|
|
"name": "satshkd-vercel",
|
|
"version": "1.0.0",
|
|
"description": "Deploy express js to vercel.",
|
|
"main": "index.js",
|
|
"engines": {
|
|
"node": "14.x"
|
|
},
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/bitkarrot/express-vercel-example.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/bitkarrot/express-vercel-example/issues"
|
|
},
|
|
"homepage": "https://github.com/bitkarrot/express-vercel-example#readme",
|
|
"dependencies": {
|
|
"cookie-parser": "^1.4.5",
|
|
"express": "^4.17.1",
|
|
"express-handlebars": "^5.3.4",
|
|
"express-session": "^1.17.2",
|
|
"i18n": "^0.13.3",
|
|
"morgan": "1.9.1",
|
|
"node-cron": "^2.0.3"
|
|
}
|
|
} |