UNPKG

1.49 kBJSONView Raw
1{
2 "name": "@lskjs/bots-plugin-portal",
3 "version": "2.66.0",
4 "description": "LSK.js plugin for @lskjs/bots module for telegram, slack, discord, whatsapp, twitter, instagram and vk bots creation",
5 "keywords": [
6 "telegram",
7 "slack",
8 "discord",
9 "whatsapp",
10 "twitter",
11 "instagram",
12 "vkontakte",
13 "vk",
14 "chatbot",
15 "bot",
16 "plugin"
17 ],
18 "publishConfig": {
19 "access": "public",
20 "registry": "https://registry.npmjs.org/"
21 },
22 "repository": "https://github.com/lskjs/lskjs/tree/master/packages/bots-plugin-portal",
23 "license": "MIT",
24 "author": "Igor Suvorov <hi@isuvorov.com>",
25 "scripts": {
26 "bootstrap": "lsk run bootstrap",
27 "build": "lsk run build",
28 "dev": "lsk run dev",
29 "dev:server": "lsk run dev:server",
30 "i18": "lsk run i18",
31 "prepublishOnly": "lsk run prepublishOnly",
32 "release": "lsk run release",
33 "release:yes": "lsk run release:yes",
34 "start": "node index.js",
35 "storybook": "lsk run storybook",
36 "test": "lsk run test",
37 "test:watch": "lsk run test:watch",
38 "watch": "lsk run watch"
39 },
40 "dependencies": {
41 "@lskjs/bots": "2.66.0",
42 "@lskjs/bots-base": "2.66.0",
43 "@lskjs/bots-plugin": "2.66.0",
44 "@lskjs/module": "2.66.0",
45 "node-cron": "^3.0.0"
46 },
47 "devDependencies": {
48 "bluebird": "3.7.2",
49 "lodash": "4.17.21"
50 },
51 "peerDependencies": {
52 "bluebird": "3.7.x",
53 "lodash": "4.17.x"
54 },
55 "gitHead": "5cefd6d296a2e26e605506d93db6e3df480c23f2"
56}