mirror of
https://github.com/allan-cff/strava-free-year-in-sport.git
synced 2026-01-18 16:47:35 +01:00
30 lines
758 B
JSON
30 lines
758 B
JSON
{
|
|
"name": "strava-free-year-in-sport",
|
|
"version": "1.0.0",
|
|
"description": "Strava \"Year in Sport\", but for free",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/allan-cff/strava-free-year-in-sport.git"
|
|
},
|
|
"keywords": [
|
|
"strava"
|
|
],
|
|
"author": "allan-cff",
|
|
"license": "GPL-3.0-only",
|
|
"bugs": {
|
|
"url": "https://github.com/allan-cff/strava-free-year-in-sport/issues"
|
|
},
|
|
"homepage": "https://github.com/allan-cff/strava-free-year-in-sport#readme",
|
|
"dependencies": {
|
|
"axios": "^1.2.1",
|
|
"body-parser": "^1.20.1",
|
|
"dotenv": "^16.0.3",
|
|
"express": "^4.18.2"
|
|
}
|
|
}
|