-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.16 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "bot-rate-ve",
"version": "0.3.0",
"description": "Bot de Telegram con servicio de tarifas en dolares para cambios contra moneda local venezolana",
"main": "./app/app.ts",
"scripts": {
"build": "tsc",
"dev": "nodemon ./app/app.ts",
"start": "node app/dist/app.js",
"eslint": "eslint .",
"tool": "ts-node app/services/exchangedyn.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daniklean/bot-rate-ve.git"
},
"keywords": [
"Bot",
"Rate",
"Exchange",
"Telegraf"
],
"author": "Ing. Luis Daniel",
"license": "MIT",
"bugs": {
"url": "https://github.com/daniklean/bot-rate-ve/issues"
},
"homepage": "https://github.com/daniklean/bot-rate-ve#readme",
"dependencies": {
"axios": "1.1.2",
"dotenv": "16.0.3",
"moment": "2.29.4",
"telegraf": "4.10.0",
"ts-node": "10.9.1"
},
"devDependencies": {
"@railway/cli": "3.0.13",
"@types/axios": "0.14.0",
"@types/dotenv": "8.2.0",
"@types/node": "18.8.3",
"@typescript-eslint/eslint-plugin": "5.40.0",
"@typescript-eslint/parser": "5.40.0",
"eslint": "8.25.0",
"nodemon": "2.0.20"
}
}