Files
satshkd-vercel/package.json
2021-10-07 15:41:59 -07:00

31 lines
759 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/satshkd-vercel.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bitkarrot/satshkd-vercel/issues"
},
"homepage": "https://github.com/bitkarrot/satshkd-vercel#readme",
"dependencies": {
"axios": "^0.22.0",
"csv-parser": "^3.0.0",
"express": "^4.17.1",
"express-handlebars": "^5.3.4",
"morgan": "1.9.1"
}
}