mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
17 lines
370 B
JSON
17 lines
370 B
JSON
{
|
|
"name": "updatezulipstreams",
|
|
"version": "1.0.0",
|
|
"description": "Updates the JSON with the zulip streams and topics on S3",
|
|
"main": "index.js",
|
|
"author": "Andreas Bonini",
|
|
"license": "All rights reserved",
|
|
"dependencies": {
|
|
"aws-sdk": "^2.1498.0",
|
|
"axios": "^1.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.3.6",
|
|
"mocha": "^10.1.0"
|
|
}
|
|
}
|