safesupport-bot/package.json

28 lines
740 B
JSON
Raw Normal View History

2020-02-23 00:30:27 +00:00
{
"name": "ocrcc-bot",
"version": "0.1.0",
"description": "Chatbot to manage interactions on OCRCC client chatbots",
"main": "dist/ocrcc-chatbot.js",
"scripts": {
"start": "nodemon -r dotenv/config --exec babel-node src/index.js"
2020-02-23 00:30:27 +00:00
},
"author": "",
"license": "ISC",
"dependencies": {
"dotenv": "^8.2.0",
2020-02-23 00:30:27 +00:00
"matrix-bot-sdk": "^0.5.0",
"matrix-js-sdk": "^5.0.0",
"node-localstorage": "^2.1.5",
"olm": "https://packages.matrix.org/npm/olm/olm-3.1.4.tgz",
"uuidv4": "^6.0.2",
"winston": "^3.2.1"
},
"devDependencies": {
2020-02-23 18:58:09 +00:00
"@babel/core": "^7.8.4",
"@babel/node": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"babel-plugin-dynamic-import-node": "^2.3.0",
"nodemon": "^2.0.2"
2020-02-23 00:30:27 +00:00
}
}