-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.41 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "routecab",
"version": "1.2.0",
"description": "Telegram Bot For RouteCabBot",
"author": "Al <[email protected]>",
"main": "src/index.js",
"private": false,
"license": "MIT",
"engines": {
"yarn": "*"
},
"scripts": {
"precommit": "yarn lint",
"start": "NODE_ENV=production node ./src/index.js",
"dev": "DEV=1 NODE_ENV=development nodemon ./src/index.js"
},
"repository": {
"type": "git",
"url": "[email protected]:/albertincx/routecab.git"
},
"keywords": [
"bot",
"routes",
"telegram",
"nodejs",
"routecab"
],
"dependencies": {
"@tma.js/init-data-node": "^1.4.0",
"amqplib": "^0.10.5",
"atob": "^2.1.2",
"co": "^4.6.0",
"cors": "^2.8.5",
"cron": "^3.3.0",
"dotenv": "^16.4.7",
"dotenv-safe": "^9.1.0",
"express": "^4.21.2",
"isomorphic-fetch": "^3.0.0",
"jsbn": "^1.1.0",
"lodash": "^4.17.21",
"mongoose": "^8.8.4",
"node-fetch": "^3.3.2",
"nodemon": "^3.1.7",
"npm-check-updates": "^17.1.11",
"showdown": "^2.1.0",
"statuses": "^2.0.1",
"sync-request": "^6.1.0",
"telegraf": "^4.16.3",
"tgsend": "^0.0.2",
"wget-improved": "^3.4.0"
},
"devDependencies": {
"ava": "^6.2.0",
"babel-eslint": "^10.1.0",
"eslint": "^9.16.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.31.0"
}
}