-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
26 lines (26 loc) · 917 Bytes
/
package.json
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
{
"name": "australian-vaccine-rollout",
"version": "1.0.0",
"description": "At the moment the department of health [publishes](https://www.health.gov.au/initiatives-and-programs/covid-19-vaccines/australias-covid-19-vaccine-rollout#covid19-vaccine-rollout-daily-update) vaccination rollout data as a daily PDF which is a bit of a pain to work with.",
"main": "tidy-csv.js",
"type": "module",
"dependencies": {
"d3": "^7.0.0",
"date-fns": "^2.22.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Georift/australian-vaccine-rollout.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Georift/australian-vaccine-rollout/issues"
},
"homepage": "https://github.com/Georift/australian-vaccine-rollout#readme"
}