-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.21 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
{
"dependencies": {
"axios": "^1.4.0",
"bull": "^4.11.3",
"dayjs": "^1.11.9",
"dotenv": "^16.3.1",
"fastify": "^4.21.0",
"js-yaml": "^4.1.0",
"mongoose": "^7.4.3",
"node-schedule": "^2.1.1",
"short-unique-id": "^4.4.4",
"telegraf": "github:NMIFUN/telegraf",
"telegraf-i18n": "^6.6.0",
"telegraf-ratelimit": "^2.0.0",
"xlsx-stream-writer": "^0.2.6"
},
"name": "contest",
"version": "3.0.0",
"description": "Contest Master Telegram Bot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "pm2 start pm2.config.js",
"restart": "pm2 restart pm2.config.js",
"format:check": "prettier --check .",
"format:write": "prettier --write .",
"lint:check": "eslint .",
"lint:fix": "eslint --fix ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/NMIFUN/Contest.git"
},
"author": "NMIFUN",
"license": "ISC",
"devDependencies": {
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-promise": "^6.1.1",
"prettier": "^3.0.1"
}
}