-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
51 lines (51 loc) · 1.05 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
43
44
45
46
47
48
49
50
51
{
"name": "telegram-jung2-bot",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/siutsin/telegram-jung2-bot.git"
},
"keywords": [
"冗",
"冗PowerBot",
"冗員",
"jung2bot",
"jung2_bot",
"telegram",
"bot",
"group",
"chat",
"stats"
],
"author": "siutsin",
"license": "MIT",
"scripts": {
"build": "webpack --mode=production",
"lint": "standard --fix",
"nodemon": "nodemon src/index.js",
"test": "npm run lint && c8 ava"
},
"dependencies": {
"aws-sdk": "^2.1532.0",
"axios": "^1.7.8",
"bottleneck": "^2.19.5",
"dotenv": "^16.3.1",
"fastify": "^5.0.0",
"long": "^5.2.3",
"luxon": "^3.4.4",
"moment": "^2.30.1",
"pino": "^9.0.0",
"pino-pretty": "^13.0.0",
"sqs-consumer": "^5.8.0"
},
"devDependencies": {
"ava": "^6.0.1",
"aws-sdk-mock": "^6.0.0",
"c8": "^10.0.0",
"nock": "^13.4.0",
"nodemon": "^3.0.2",
"standard": "^17.1.0",
"webpack": "^5.89.0",
"webpack-cli": "^6.0.0"
}
}