tg-prob / package.json
bonesmasher's picture
Update package.json
43ca03f verified
raw
history blame contribute delete
238 Bytes
{
"name": "telegram-probe",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"axios": "^1.4.0",
"undici": "^5.12.0",
"dotenv": "^16.1.4"
}
}