-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 899 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
{
"name": "comedoresugrbot",
"version": "0.1.0",
"description": "Telegram bot to check the menu of Universidad de Granada dining hall.",
"main": "renderer.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alejandrocq/ComedoresUGRbot.git"
},
"author": "Alejandro Castilla Quesada",
"license": "GPLv3.0",
"bugs": {
"url": "https://github.com/alejandrocq/ComedoresUGRbot/issues"
},
"homepage": "https://github.com/alejandrocq/ComedoresUGRbot#readme",
"dependencies": {
"eslint": "^5.16.0",
"npm": "^6.13.4",
"puppeteer": "~19.2.2"
},
"devDependencies": {
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0"
}
}