gschedule
Version:
Schedules energy-intensive batch processes at cheap times
32 lines (31 loc) • 771 B
JSON
{
"name": "gschedule",
"version": "2.0.0",
"description": "Schedules energy-intensive batch processes at cheap times",
"main": "bin/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sarthyparty/green-process-scheduling.git"
},
"keywords": [
"renewable"
],
"bin": {
"gschedule": "./bin/index.js"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/sarthyparty/green-process-scheduling/issues"
},
"homepage": "https://github.com/sarthyparty/green-process-scheduling#readme",
"dependencies": {
"chalk": "^4.1.2",
"node-cron": "^3.0.0",
"node-fetch": "^2.6.9",
"yargs": "^17.7.1"
}
}