mirror of
https://github.com/aljazceru/satshkd-vercel.git
synced 2025-12-16 20:54:23 +01:00
38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"name": "eursats-vercel",
|
|
"version": "1.0.0",
|
|
"description": "EUR/Sats historical chart - Deploy express js to vercel.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"dev": "node index.js",
|
|
"port8080": "PORT=8080 node index.js",
|
|
"port5000": "PORT=5000 node index.js",
|
|
"port8000": "PORT=8000 node index.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=22"
|
|
},
|
|
"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.26.1",
|
|
"csv-parser": "^3.0.0",
|
|
"express": "^4.17.1",
|
|
"express-handlebars": "^5.3.4",
|
|
"handlebars": "^4.7.8",
|
|
"moment": "^2.29.1",
|
|
"morgan": "^1.10.1"
|
|
}
|
|
}
|