diff options
Diffstat (limited to 'py/air-quality/package.json')
-rw-r--r-- | py/air-quality/package.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/py/air-quality/package.json b/py/air-quality/package.json new file mode 100644 index 0000000..e5f1d76 --- /dev/null +++ b/py/air-quality/package.json @@ -0,0 +1,19 @@ +{ + "name": "air-quality", + "version": "1.0.0", + "main": "analyze_air_quality.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "ISC", + "description": "", + "dependencies": { + "canvas": "^3.0.1", + "chart.js": "^4.4.7", + "chartjs-adapter-date-fns": "^3.0.0", + "csv-parse": "^5.6.0", + "d3": "^7.9.0" + } +} |