-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
34 lines (34 loc) · 887 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
{
"name": "channelhashbot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node build/index.js",
"dev": "ts-node src/index.ts",
"build": "tsc",
"test": "tsc --noEmit",
"lint": "eslint src/"
},
"author": "YouTwitFace <[email protected]>",
"license": "MIT",
"dependencies": {
"@grammyjs/runner": "^1.0.3",
"@grammyjs/transformer-throttler": "^1.1.2",
"@youtwitface/escape-html": "^1.1.3",
"dotenv": "^10.0.0",
"grammy": "^1.10.0",
"mongoose": "^5.13.5"
},
"devDependencies": {
"@grammyjs/types": "^2.8.2",
"@types/debug": "^4.1.7",
"@types/node": "^16.4.10",
"@types/node-fetch": "^2.5.12",
"@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.5",
"eslint": "^7.32.0",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
}
}