forked from CHODDEVOPS/Polling-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.06 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.06 KB
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
43
44
45
{
"name": "bremer-burger",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon src/run.ts",
"build": "rimraf dist && tsc",
"ts.check": "tsc --project tsconfig.json",
"add-build": "git add dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"pre-commit": [
"ts.check",
"build",
"add-build"
],
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/http-proxy-agent": "^4.0.1",
"@types/moment": "^2.13.0",
"axios": "^1.4.0",
"cheerio": "^1.0.0-rc.12",
"cookie": "^0.5.0",
"express": "^4.18.2",
"firebase-admin": "^10.3.0",
"firewalk": "^1.0.0",
"http-proxy-agent": "^7.0.0",
"https-proxy-agent": "^7.0.1",
"moment": "^2.29.4",
"node-fetch": "^3.3.2",
"node-telegram-bot-api": "^0.61.0",
"zod": "^3.22.2"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/node": "^20.5.4",
"nodemon": "^3.0.1",
"pre-commit": "^1.2.2",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
}