-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1006 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
37
38
39
40
41
42
{
"name": "bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon -e js,html,css,json index.js"
},
"author": {
"name": "Stefano Cudini",
"email": "[email protected]",
"url": "https://opengeo.tech"
},
"license": "AGPL-3.0-only",
"engines": {
"node": "10.x"
},
"devDependencies": {
"express": "^4.17.1",
"nodemon": "^2.0.4",
"node-fetch": "^2.6.1",
"tmp": "^0.2.1",
"pem": "^1.14.4"
},
"dependencies": {
"cheerio": "^1.0.0-rc.10",
"dotenv": "^8.2.0",
"gifencoder": "^2.0.1",
"lodash": "^4.17.20",
"moment": "^2.29.1",
"node-cache": "^5.1.2",
"node-fetch": "^2.2.0",
"puppeteer": "3.0.0",
"node-html-to-image": "3.2.0",
"png-file-stream": "^1.2.1",
"stream-to-array": "^2.3.0",
"telegraf": "^3.38.0",
"telegraf-update-logger": "^1.2.0",
"weather-underground-node": "^0.4.0"
}
}