-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.48 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
{
"name": "botname",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon ./src/",
"start": "node ./src/",
"lint": "eslint ./src/",
"test": "jest --notify "
},
"repository": {
"type": "git",
"url": "git+https://github.com/Viiprogrammer/TelegrafBotTemlate.git"
},
"author": {
"email": "anicoder@animehaze.online",
"name": "Maxim Tsialehin"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Viiprogrammer/TelegrafBotTemlate/issues"
},
"homepage": "https://github.com/Viiprogrammer/TelegrafBotTemlate#readme",
"dependencies": {
"telegraf-inline-menu": "^5.3.0",
"@sentry/node": "^7.50.0",
"@sentry/tracing": "^7.50.0",
"async-mutex": "^0.4.0",
"dotenv": "^16.0.3",
"mongodb": "^5.3.0",
"mongoose": "^7.1.0",
"telegraf": "^3.40.0",
"winston": "^3.8.2",
"winston-daily-rotate-file": "^4.7.1",
"bull": "^4.10.4"
},
"devDependencies": {
"@shelf/jest-mongodb": "^4.1.7",
"jest": "^29.5.0",
"eslint": "^8.39.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^43.1.1",
"eslint-plugin-no-loops": "^0.3.0",
"eslint-plugin-no-secrets": "^0.8.9",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-security": "^1.7.1",
"eslint-plugin-jest": "^27.2.1",
"jsdoc": "^4.0.2",
"nodemon": "^2.0.22",
"node-notifier": "^10.0.1"
}
}