-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 901 Bytes
/
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
{
"name": "botkit-ryver-connector",
"version": "1.1.5",
"description": "Botkit connector for Ryver",
"main": "./lib/ryver_bot.js",
"types": "./lib/ryver_bot.d.ts",
"files": [
"lib/**/*"
],
"scripts": {
"format": "prettier -w ./src ./test",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RyverApp/botkit-ryver-connector.git"
},
"keywords": [
"botkit",
"ryver",
"bots",
"chatbots"
],
"author": "Luke Baulch (https://ryver.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/RyverApp/botkit-ryver-connector/issues"
},
"homepage": "https://github.com/RyverApp/botkit-ryver-connector#readme",
"dependencies": {
"botkit": "^0.7.4",
"request": "^2.88.0"
},
"devDependencies": {
"@types/express": "^4.16.1",
"@types/node": "^11.13.7",
"typescript": "^4.9.5"
}
}