node-vk-api-bot
Version:
A library that helps you to create chat-bot for group or user
26 lines • 582 B
JSON
{
"name": "node-vk-api-bot",
"version": "1.0.2",
"description": "A library that helps you to create chat-bot for group or user",
"main": "dist/index.js",
"keywords": [
"vkbot",
"longpoll"
],
"directories": {
"lib": "./dist"
},
"author": {
"email": "Ivan-1.Udin@yandex.ru",
"name": "Ivan Yudin"
},
"license": "MIT",
"devDependencies": {
"@types/node": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"eslint": "^8.20.0",
"typescript": "^4.7.4"
},
"type": "module"
}