mirror of
https://github.com/aljazceru/satshkd-vercel.git
synced 2026-02-16 02:54:27 +01:00
30 lines
761 B
JSON
30 lines
761 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": {
|
|
"express": "^4.17.1",
|
|
"express-handlebars": "^5.3.4",
|
|
"express-session": "^1.17.2",
|
|
"morgan": "1.9.1"
|
|
}
|
|
}
|