Files
feather/package.json
2025-11-02 21:00:37 -05:00

17 lines
341 B
JSON

{
"name": "feather",
"version": "1.0.0",
"description": "NOAA to InfluxDC tool",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Elizabeth Cray",
"license": "MPL-2.0",
"dependencies": {
"axios": "^1.13.1",
"dotenv": "^17.2.3",
"request": "^2.88.2"
}
}