-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1007 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": "awinoba-bot-serverless",
"version": "1.1.0",
"description": "Telegram bot for the Awinoba spot",
"main": "webhook.js",
"scripts": {
"serve": "netlify-lambda serve endpoints/",
"build": "netlify-lambda build endpoints/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/tanoabeleyra/awinoba-bot.git"
},
"keywords": [
"kitesurf",
"telegram",
"bot"
],
"author": "Tano Abeleyra",
"license": "MIT",
"bugs": {
"url": "https://github.com/tanoabeleyra/awinoba-bot/issues"
},
"homepage": "https://github.com/tanoabeleyra/awinoba-bot#readme",
"devDependencies": {
"husky": "3.0.0",
"netlify-lambda": "1.5.0",
"prettier": "1.18.2",
"pretty-quick": "1.11.1"
},
"dependencies": {
"date-fns": "1.30.1",
"request": "2.88.0",
"request-promise": "4.2.4"
}
}