annual-stats/package.json

17 lines
302 B
JSON
Raw Normal View History

2025-03-02 09:21:28 +01:00
{
"name": "banc_de_temps_stats",
"type": "module",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"csv-parse":"5.5.5"
}
}