-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 951 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
{
"name": "fermibot",
"version": "0.0.3",
"description": "Bot Telegram dell'ITIS Enrico Fermi.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ITISEnricoFermi/fermibot.git"
},
"author": {
"name": "Riccardo Sangiorgio",
"email": "richard.sangiorgio@gmail.com",
"url": "https://riccardosangiorgio.com"
},
"license": "MIT",
"dependencies": {
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"ent": "^2.2.0",
"express": "^4.17.1",
"passport": "^0.4.1",
"passport-http-bearer": "^1.0.1",
"telegraf": "^3.36.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
},
"engines": {
"node": ">=11.0.0"
}
}