Files
strava-free-year-in-sport/package.json
2022-12-17 20:26:05 +01:00

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"
}
}