standings-graph/package.json

17 lines
354 B
JSON
Raw Normal View History

{
"name": "standings-graph",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js; dot standings.gv -Tpng -ostandings.png",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "adam",
"license": "ISC",
"dependencies": {
"csv": "^5.3.2",
"luxon": "^1.25.0"
}
}