propine-2b-task/package.json

26 lines
609 B
JSON
Raw Permalink Normal View History

2021-08-08 11:46:23 +00:00
{
"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": {
2022-11-28 07:23:40 +00:00
"start": "node src/index.js",
"test": "jest --coverage --verbose"
2021-08-08 11:46:23 +00:00
},
2022-11-28 07:23:40 +00:00
"bin": "src/index.js",
2021-08-08 11:46:23 +00:00
"author": "",
2022-11-28 07:23:40 +00:00
"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"
}
2021-08-08 11:46:23 +00:00
}