{ "name": "2b-boilerplate", "version": "1.0.0", "description": "_We're looking at your programming ability. It must not only work, it should be maintainable._", "main": "index.js", "scripts": { "start": "node src/index.js", "test": "jest --coverage --verbose" }, "bin": "src/index.js", "author": "", "license": "ISC", "dependencies": { "any-date-parser": "^1.5.3", "axios": "^1.2.0", "commander": "^9.4.1", "cryptocompare": "^1.0.0", "csv-parser": "^3.0.0", "dotenv": "^16.0.3", "node-fetch": "2" }, "devDependencies": { "jest": "^29.3.1" } }