-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 943 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
{
"name": "polite-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"production": "./node_modules/pm2/bin/pm2 start ecosystem.config.js --env=production",
"prod-log": "./node_modules/pm2/bin/pm2 logs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Polite-AI/matrix-bot.git"
},
"dependencies": {
"babel-runtime": "6.26.0",
"body-parser": "1.18.2",
"express": "4.16.1",
"matrix-js-sdk": "0.8.4",
"olm": "https://matrix.org/packages/npm/olm/olm-2.2.2.tgz",
"personality-helper": "1.0.0",
"pg-promise": "6.10.1",
"pm2": "2.7.1",
"request": "2.83.0",
"request-promise-native": "1.0.5"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Polite-AI/matrix-bot/issues"
},
"homepage": "https://polite.ai"
}