-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.3 KB
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
47
48
{
"name": "ekb-tram-bot",
"version": "1.0.3",
"description": "Telegram bot for getting info about trams in Ekaterinburg",
"main": "build/index.js",
"scripts": {
"build": "tsc -p .",
"dev": "export NODE_ENV=development TS_NODE_BASEURL=./dist && concurrently -k -p \"[{name}]\" -n \"TypeScript,App\" -c \"yellow.bold,cyan.bold\" \"tsc -w\" \"nodemon\"",
"start": "node build/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AleX83Xpert/ekb-tram-bot.git"
},
"keywords": [
"telegram",
"bot",
"tram",
"ekaterinburg"
],
"author": "AleX83Xpert",
"license": "ISC",
"bugs": {
"url": "https://github.com/AleX83Xpert/ekb-tram-bot/issues"
},
"homepage": "https://github.com/AleX83Xpert/ekb-tram-bot#readme",
"dependencies": {
"@mapbox/mapbox-sdk": "^0.16.1",
"@types/mapbox__mapbox-sdk": "^0.15.1",
"dotenv": "^16.4.1",
"geolocation-utils": "^1.2.5",
"i18next": "^23.15.2",
"pino": "^8.18.0",
"telegraf": "^4.15.3",
"typescript": "^5.6.3"
},
"devDependencies": {
"@types/node": "^20.11.16",
"concurrently": "^8.2.2",
"nodemon": "^3.0.3",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0"
},
"engines": {
"node": ">=18.20"
}
}