-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.2 KB
/
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
40
41
42
43
44
45
46
47
{
"name": "borq",
"version": "0.0.1-alpha.34",
"description": "Bot orchestration framework",
"main": "lib/Borq.js",
"scripts": {
"lint": "eslint index.js lib __tests__ config",
"test": "jest",
"dev": "supervisor index.js",
"docs": "jsdoc -c js-doc.json",
"deploy-docs": "./.deploy-ghpages.sh"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/goodbotai/borq.git"
},
"author": "goodbotai",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/goodbotai/borq/issues"
},
"homepage": "https://github.com/goodbotai/borq",
"dependencies": {
"botkit": "0.6.12",
"express-winston": "^2.4.0",
"i18next": "10.5.0",
"i18next-node-fs-backend": "^1.0.0",
"ink-docstrap": "^1.3.0",
"node-fetch": "2.1.1",
"rapidpro-js": "^0.0.1-alpha.2",
"raven": "^2.1.1",
"uuid": "^3.1.0",
"winston": "^2.3.1",
"winston-graylog2": "^0.7.1"
},
"devDependencies": {
"eslint": "^4.9.0",
"eslint-config-google": "^0.9.1",
"eslint-plugin-prettier": "^2.4.0",
"jest": "^22.3.0",
"minami": "^1.2.3",
"nock": "^9.1.6",
"prettier": "^1.10.1",
"supertest": "^3.0.0",
"supervisor": "^0.12.0"
}
}