UNPKG

830 BJSONView Raw
1{
2 "name": "node-vk-bot-sdk",
3 "version": "1.0.4",
4 "description": "A simple bot SDK for vk.com",
5 "main": "index.js",
6 "scripts": {
7 "test": "nodemon test.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/m-vts/node-vk-bot-sdk.git"
12 },
13 "keywords": [
14 "vk",
15 "bot",
16 "api",
17 "sdk",
18 "node.js",
19 "node"
20 ],
21 "author": "m-vts",
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/m-vts/node-vk-bot-sdk/issues"
25 },
26 "homepage": "https://github.com/m-vts/node-vk-bot-sdk",
27 "dependencies": {
28 "axios": "^0.19.2",
29 "express": "^4.17.1",
30 "form-data": "^3.0.0",
31 "i18n": "^0.9.0",
32 "redis": "^3.0.2"
33 },
34 "devDependencies": {
35 "dotenv": "^8.2.0",
36 "eslint": "^6.8.0",
37 "nodemon": "^2.0.3"
38 }
39}