31 lines
779 B
JSON
31 lines
779 B
JSON
{
|
|
"name": "torn-price-bot",
|
|
"version": "1.0.0",
|
|
"description": "Telegram bot with actual TORN price",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"start": "ts-node index.ts &",
|
|
"dev": "nodemon index.ts"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.tornado.ws/Theo/torn-price-bot.git"
|
|
},
|
|
"author": "Theo",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@uniswap/sdk": "^3.0.3",
|
|
"@uniswap/sdk-core": "^4.0.9",
|
|
"@uniswap/v2-sdk": "^3.2.3",
|
|
"dotenv": "^16.3.1",
|
|
"ethers": "5.7",
|
|
"node-fetch": "^2.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node-fetch": "^2.6.9",
|
|
"nodemon": "^3.0.2",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|