tami-events/package.json

27 lines
643 B
JSON
Raw Normal View History

2023-04-21 20:57:53 +03:00
{
"name": "tami-events",
"version": "1.0.0",
"description": "",
"main": "/src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
2023-04-26 16:24:13 +03:00
"dev": "nodemon src/index.ts --watch",
2023-04-21 20:57:53 +03:00
"start": "tsc && pm2 start --name events dist/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
2023-04-26 16:24:13 +03:00
"@types/axios": "^0.14.0",
2023-04-21 20:57:53 +03:00
"@types/node": "^18.15.13",
2023-04-26 16:24:13 +03:00
"@types/node-telegram-bot-api": "^0.61.6",
"axios": "^1.3.6",
2023-04-21 20:57:53 +03:00
"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"
}
}