-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.13 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
{
"name": "vk-chat-bot",
"version": "1.0.0",
"dependencies": {
"@types/node": "^20.11.17",
"@types/sqlite3": "^3.1.11",
"dotenv": "^16.4.1",
"node-fetch": "^3.3.2",
"os": "^0.1.2",
"reflect-metadata": "^0.2.1",
"sqlite3": "^5.1.7",
"systeminformation": "^5.21.24",
"vk-io": "^4.9.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"eslint": "^8.22.0"
},
"description": "Simple chat bot for VK",
"main": "src/index.ts",
"scripts": {
"build": "tsc",
"start": "node dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/melod1n/vk-chat-bot.git"
},
"keywords": [
"vk",
"chat",
"bot",
"nodejs",
"js",
"typescript",
"ts"
],
"author": "melod1n",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/melod1n/vk-chat-bot/issues"
},
"homepage": "https://github.com/melod1n/vk-chat-bot#readme"
}