aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 4a80a80632cc52622e307fbd6d9a010d9dcf5faf (plain)
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
{
  "name": "glitch-telegram-bot",
  "version": "0.0.1",
  "description": "Supreme bot",
  "main": "bot.js",
  "scripts": {
    "start": "micro-bot -d ${PROJECT_DOMAIN}.glitch.me"
  },
  "dependencies": {
    "micro-bot": "^2.5.3",
    "express": "^4.16.4",
    "tmp": "^0.1.0",
    "jsdom": "^15.1.1",
    "libhoney": "^1.2.2"
  },
  "engines": {
    "node": "10.x"
  },
  "license": "MIT",
  "keywords": [
    "node",
    "glitch",
    "telegram"
  ]
}