Files
loop-etl-rocketchat/package.json
2026-05-13 20:03:28 +03:00

43 lines
1.2 KiB
JSON

{
"name": "loop-etl-rocketchat",
"version": "1.0.0",
"description": "An ETL framework to migrate data to Loop",
"author": "Michael DeBonis",
"license": "MIT",
"homepage": "https://git.wilix.dev/loop/loop-etl-rocketchat#readme",
"repository": {
"type": "git",
"url": "git+https://git.wilix.dev/loop/loop-etl-rocketchat.git"
},
"bugs": {
"url": "https://git.wilix.dev/loop/loop-etl-rocketchat/issues"
},
"dependencies": {
"@gitbeaker/node": "^35.6.0",
"bunyan": "^1.8.10",
"joi": "^10.6.0",
"lodash": "^4.17.4",
"mongodb": "^4.7.0",
"mssql": "^4.0.4",
"slug": "^0.9.1",
"xmldoc": "^1.1.0"
},
"devDependencies": {
"chai": "^4.0.2",
"codeclimate-test-reporter": "^0.5.0",
"eslint": "^4.1.0",
"istanbul": "^0.4.5",
"mocha": "^3.4.2",
"sinon": "^2.3.4"
},
"main": "index.js",
"scripts": {
"lint": "eslint *.js context lib --ext .js",
"test": "npm run lint && mocha lib --recursive",
"test-watch": "npm run test -- --watch",
"test-coverage": "istanbul cover _mocha lib -- --recursive",
"start": "node index.js | bunyan",
"start:rocketchat": "node rocketchat.js | bunyan"
}
}