-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 764 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 764 Bytes
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
{
"name": "tgcnbot",
"version": "1.0.0",
"description": "A telegram bot for general management",
"main": "index.js",
"scripts": {
"start:dev": "DEBUG=telegram:* nodemon app",
"start": "node app",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fengluo/TgCNBot.git"
},
"keywords": [
"telegram"
],
"author": "Shawn Xie",
"license": "ISC",
"bugs": {
"url": "https://github.com/fengluo/TgCNBot/issues"
},
"homepage": "https://github.com/fengluo/TgCNBot#readme",
"dependencies": {
"dotenv": "^8.1.0",
"knex": "^0.19.2",
"sqlite3": "^4.1.0",
"telegraf": "^3.32.0"
},
"devDependencies": {
"nodemon": "^1.19.1"
}
}