aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: 3cbfb8903cdf0ed604d565ac2a7524beaf3ba1f2 (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
26
27
28
29
{
  "name": "hommabot2",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "build": "tsc",
    "start": "node build/index.js",
    "dev": "nodemon --exec 'ts-node' src/index.ts",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@tinyhttp/app": "1.2.23",
    "@tinyhttp/logger": "1.2.4",
    "telegraf": "4.3.0",
    "ts-node": "9.1.1",
    "dotenv": "8.2.0"
  },
  "devDependencies": {
    "@types/node": "14.14.41",
    "@typescript-eslint/eslint-plugin": "4.22.0",
    "@typescript-eslint/parser": "4.22.0",
    "eslint": "7.24.0",
    "nodemon": "2.0.7"
  }
}