-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 793 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 793 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
{
"name": "tpdnebot",
"version": "1.0.0",
"description": "Telegram bot for generate endless fake faces via thispersondoesnotexist.com",
"main": "app.js",
"scripts": {
"watch": "nodemon app.js",
"start": "node app.js"
},
"repository": "https://github.com/LetItCode/tpdnebot",
"author": "Josh Dies",
"license": "ISC",
"dependencies": {
"dotenv": "^8.2.0",
"node-fetch": "^2.6.1",
"telegraf": "^3.38.0",
"telegraf-i18n": "^6.6.0"
},
"devDependencies": {
"eslint": "^7.16.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^5.0.0",
"nodemon": "^2.0.6"
},
"prettier": {
"printWidth": 120
}
}