{ "name": "github-comment-manager", "version": "0.4.1", "description": "Minimal API for managing GitHub comments for CIclicks.", "repository": "https://github.com/status-im/github-comment-manager", "main": "index.js", "dependencies": { "@octokit/rest": "^18.0.0", "await-lock": "^1.1.3", "handlebars": "^4.5.3", "joi": "^14.3.0", "koa": "^2.5.3", "koa-bodyparser": "^4.2.1", "koa-joi-router": "^5.1.0", "koa-json": "^2.0.2", "koa-json-error": "^3.1.2", "koa-logger": "^3.2.0", "loglevel": "^1.6.1", "lokijs": "^1.5.5" }, "devDependencies": { "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "gulp": "^3.9.1", "gulp-clean": "^0.4.0", "gulp-exec": "^3.0.2", "gulp-mocha": "^6.0.0", "gulp-nodemon": "^2.2.1", "gulp-print": "^5.0.0", "gulp-run-command": "^0.0.9", "mocha": "^5.2.0", "nodemon": "^1.18.4", "nyc": "^13.1.0", "sinon": "^7.1.1", "sinon-chai": "^3.3.0", "supertest": "^3.3.0", "tmp": "^0.0.33" }, "scripts": { "start": "node index.js", "test": "gulp test", "testw": "gulp testw", "cover": "nyc mocha", "devel": "gulp devel", "clean": "gulp clean", "build": "gulp build", "image": "gulp image", "push": "gulp push", "release": "release" }, "keywords": [ "github", "comments", "ci", "builds" ], "author": "", "license": "ISC" }