Files
satshkd-vercel/package.json
2022-03-20 22:52:43 -07:00

34 lines
855 B
JSON

{
"name": "satshkd-vercel",
"version": "1.0.0",
"description": "Deploy express js to vercel.",
"main": "index.js",
"engines": {
"node": "17.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": {
"@actions/core": "^1.2.6",
"axios": "^0.22.0",
"csv-parser": "^3.0.0",
"express": "^4.17.1",
"express-handlebars": "^5.3.4",
"moment": "^2.29.1",
"morgan": "1.9.1",
"node-fetch": "^3.2.3"
}
}