This repository has been archived on 2023-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
current-kwh-cost/package.json

16 lines
247 B
JSON
Raw Permalink Normal View History

2022-11-17 16:42:35 +00:00
{
"name": "current-kwh-cost",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"type": "module",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"axios": "^1.1.3",
"express": "^4.18.2",
"moment": "^2.29.4"
}
}