Files
web3-payment/package.json

30 lines
709 B
JSON

{
"name": "usdt-transfer-confirmation-service",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "tsx watch src/index.ts",
"build": "tsc -p tsconfig.json",
"start": "node dist/src/index.js",
"test": "npm run build && node --test \"dist/tests/**/*.test.js\""
},
"dependencies": {
"amqplib": "^0.10.4",
"dotenv": "^16.4.7",
"ethers": "^6.13.5",
"express": "^4.21.2",
"pg": "^8.13.1",
"pino": "^9.5.0",
"ulid": "^2.3.0"
},
"devDependencies": {
"@types/amqplib": "^0.10.5",
"@types/express": "^5.0.0",
"@types/node": "^22.10.5",
"@types/pg": "^8.11.10",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
}
}