-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 729 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "days-since-last",
"version": "1.0.0",
"description": "",
"main": "strava-script.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"website-build": "cd website && npm ci && npm run build-github"
},
"repository": {
"type": "git",
"url": "git+https://github.com/runningdeveloper/days-since-last.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/runningdeveloper/days-since-last/issues"
},
"homepage": "https://github.com/runningdeveloper/days-since-last#readme",
"dependencies": {
"@11ty/eleventy": "^0.12.1",
"date-fns": "^2.19.0",
"dotenv": "^8.2.0",
"jsonfile": "^6.1.0",
"strava-v3": "^2.0.9"
}
}