-
-
Notifications
You must be signed in to change notification settings - Fork 80
/
package.json
35 lines (35 loc) · 1.04 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
{
"name": "trace.moe-telegram-bot",
"version": "2.1.2",
"description": "This Telegram Bot can tell the anime when you send an screenshot to it",
"main": "server.js",
"type": "module",
"scripts": {
"start": "pm2 start ecosystem.config.json",
"stop": "pm2 stop ecosystem.config.json",
"restart": "pm2 restart ecosystem.config.json",
"reload": "pm2 reload ecosystem.config.json",
"delete": "pm2 delete ecosystem.config.json",
"prettier": "prettier",
"format": "prettier --write \"**/*.js\"",
"lint": "prettier --check \"**/*.js\"",
"test": "prettier --check \"**/*.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/soruly/trace.moe-telegram-bot.git"
},
"author": "soruly",
"license": "MIT",
"bugs": {
"url": "https://github.com/soruly/trace.moe-telegram-bot/issues"
},
"homepage": "https://github.com/soruly/trace.moe-telegram-bot",
"dependencies": {
"express": "^5.0.1",
"express-rate-limit": "^7.4.1"
},
"devDependencies": {
"prettier": "^3.3.3"
}
}