UNPKG

vk-chat-bot

Version:

Package for easy creation of chat bots for VK communities (uses Callback API).

80 lines (79 loc) 1.97 kB
{ "name": "vk-chat-bot", "version": "16.0.0", "description": "Package for easy creation of chat bots for VK communities (uses Callback API).", "keywords": [ "api", "bot", "callback", "chat", "community", "conversation", "es6", "group", "message", "sdk", "vk" ], "homepage": "https://u32i64.github.io/vk-chat-bot", "bugs": "https://github.com/u32i64/vk-chat-bot/issues", "repository": { "type": "git", "url": "https://github.com/u32i64/vk-chat-bot.git" }, "license": "MIT", "author": { "name": "Artem Varaksa (u32i64)", "email": "artvaraksa@gmail.com", "url": "https://u32i64.github.io" }, "files": [ "dist/**/*", "LICENSE", "CHANGELOG.md", "README.md" ], "main": "dist/main.js", "types": "dist/main.d.ts", "scripts": { "fix": "eslint --fix src/**/*", "prepare": "gulp && touch ./docs/.nojekyll" }, "dependencies": { "body-parser": "^1.19.0", "chalk": "^3.0.0", "escape-string-regexp": "^2.0.0", "express": "^4.17.1", "io-ts": "^2.0.2", "io-ts-reporters": "^1.0.0", "fp-ts": "^2.3.1", "request": "^2.88.0", "request-promise": "^4.2.2" }, "devDependencies": { "@types/body-parser": "^1.17.0", "@types/express": "^4.17.0", "@types/moment-duration-format": "^2.2.2", "@types/node": "^13.1.1", "@types/request-promise": "^4.1.44", "@typescript-eslint/eslint-plugin": "^2.13.0", "@typescript-eslint/parser": "^2.13.0", "eslint": "^6.8.0", "eslint-config-airbnb-base": "^14.0.0", "eslint-plugin-import": "^2.17.3", "gh-pages": "^2.0.1", "gulp": "^4.0.2", "gulp-clean": "^0.4.0", "gulp-eslint": "^6.0.0", "gulp-sourcemaps": "^2.6.4", "gulp-terser": "^1.2.0", "gulp-typedoc": "^2.2.2", "gulp-typescript": "^5.0.1", "pump": "^3.0.0", "typedoc": "^0.15.0", "typescript": "^3.5.2" }, "engines": { "node": ">=8.0.0" } }