package.json 262 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "pre-process-bike-sharing-data",
  "version": "1.0.0",
  "description": "Preprocess CSV bike sharing trip data.",
  "scripts": {
    "start": "node convert-csv-to-json.js"
  },
  "license": "ISC",
  "dependencies": {
    "csvtojson": "^2.0.10"
  }
}