-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.16 KB
/
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": "gibhugbot",
"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/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AndrewLaneX/gibhugbot.git"
},
"author": "Andrew Lane",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/AndrewLaneX/gibhugbot/issues"
},
"homepage": "https://github.com/AndrewLaneX/gibhugbot#readme",
"dependencies": {
"@grammyjs/runner": "^1.0.2",
"@grammyjs/transformer-throttler": "^1.0.1",
"@youtwitface/escape-html": "^1.1.3",
"dotenv": "^10.0.0",
"envalid": "^7.2.1",
"express": "^4.17.1",
"grammy": "^1.3.4",
"mongoose": "^6.0.11",
"nanoid": "^3.1.30",
"node-fetch": "^2.6.5"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/node": "^16.11.1",
"@types/node-fetch": "^2.5.12",
"ts-node": "^10.3.0",
"typescript": "^4.4.4"
}
}