26 lines
559 B
JSON
26 lines
559 B
JSON
{
|
|
"name": "uphold",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "vitest run",
|
|
"start": "node index.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "Vítor Vieira",
|
|
"license": "MIT",
|
|
"description": "Technical project for Backend Engineer role at Uphold",
|
|
"dependencies": {
|
|
"bignumber.js": "^9.3.1",
|
|
"p-queue": "^9.0.1",
|
|
"pg": "^8.16.3",
|
|
"pino": "^10.1.0",
|
|
"quick-lru": "^7.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"nock": "^14.0.10",
|
|
"pino-pretty": "^13.1.2",
|
|
"vitest": "^4.0.14"
|
|
}
|
|
}
|