27 lines
643 B
JSON
27 lines
643 B
JSON
{
|
|
"name": "tami-events",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "/src/index.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "nodemon src/index.ts --watch",
|
|
"start": "tsc && pm2 start --name events dist/index.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@types/axios": "^0.14.0",
|
|
"@types/node": "^18.15.13",
|
|
"@types/node-telegram-bot-api": "^0.61.6",
|
|
"axios": "^1.3.6",
|
|
"dotenv": "^16.0.3",
|
|
"express": "^4.18.2",
|
|
"nodemon": "^2.0.22",
|
|
"pm2": "^5.3.0",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.0.4"
|
|
}
|
|
}
|