mirror of
https://github.com/aljazceru/satshkd-vercel.git
synced 2025-12-17 05:04:24 +01:00
- Removed all references to HKD and satshkd from codebase - Updated README, package.json, documentation to focus on EUR/sats - Removed HKD-specific files (convert_btcticker.js, archive/hkd_historical) - Updated all titles from SatsHKD/HKDSAT to SatsEUR/EURSAT - Removed HKD image reference from sats.hbs - Updated Python scripts to use 'historical' instead of 'hkd_historical' - Added all 16 missing EU official languages with translations: * Bulgarian (bg), Croatian (hr), Czech (cs), Danish (da) * Estonian (et), Finnish (fi), Greek (el), Hungarian (hu) * Irish (ga), Latvian (lv), Lithuanian (lt), Maltese (mt) * Romanian (ro), Slovak (sk), Slovenian (sl), Swedish (sv) - Now supports all 24 EU official languages
34 lines
883 B
JSON
34 lines
883 B
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"
|
|
},
|
|
"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.9.1"
|
|
}
|
|
}
|