-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 839 Bytes
/
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
{
"name": "img-bot",
"version": "0.0.1",
"description": "",
"main": "app.ts",
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/k-one-o-two/img-bot.git"
},
"author": "k102",
"license": "ISC",
"bugs": {
"url": "https://github.com/k-one-o-two/img-bot/issues"
},
"homepage": "https://github.com/k-one-o-two/img-bot#readme",
"dependencies": {
"cron": "^3.5.0",
"date-fns": "^4.1.0",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"input": "^1.0.1",
"jimp": "^1.6.0",
"locallydb": "^0.0.9",
"node-telegram-bot-api": "^0.66.0",
"nodemon": "^3.1.4",
"telegram": "^2.26.16"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node-telegram-bot-api": "^0.64.7",
"ts-node": "^10.9.2"
}
}