-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 968 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
{
"name": "nearbot-madrid",
"version": "2.1.0",
"description": "Find nearby places in Madrid easily using Telegram",
"main": "lib/handler.js",
"scripts": {
"start": "node -r dotenv/config lib/handler.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elizabeth-dev/NearBot.git"
},
"keywords": [
"telegram",
"bot"
],
"author": "Elizabeth Martín Campos",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/elizabeth-dev/NearBot/issues"
},
"homepage": "https://github.com/elizabeth-dev/NearBot#readme",
"dependencies": {
"aws-sdk": "^2.384.0",
"botgram": "^2.2.0"
},
"devDependencies": {
"browserify": "^16.2.3",
"eslint": "^5.12.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^3.8.0",
"serverless-offline": "^3.31.3",
"serverless-plugin-browserifier": "^2.1.0"
}
}