56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"name": "github-comment-manager",
|
|
"version": "0.5.0",
|
|
"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.9.1",
|
|
"await-lock": "^1.2.1",
|
|
"handlebars": "^4.7.7",
|
|
"joi": "^17.4.2",
|
|
"koa": "^2.13.1",
|
|
"koa-bodyparser": "^4.3.0",
|
|
"koa-joi-router": "^8.0.0",
|
|
"koa-json": "^2.0.2",
|
|
"koa-json-error": "^3.1.2",
|
|
"koa-logger": "^3.2.1",
|
|
"loglevel": "^1.7.1",
|
|
"lokijs": "^1.5.12"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.3.4",
|
|
"chai-as-promised": "^7.1.1",
|
|
"gulp": "^4.0.2",
|
|
"gulp-mocha": "^8.0.0",
|
|
"gulp-nodemon": "^2.5.0",
|
|
"gulp-print": "^5.0.2",
|
|
"gulp-run-command": "^0.0.10",
|
|
"mocha": "^9.0.3",
|
|
"nodemon": "^1.18.4",
|
|
"nyc": "^15.1.0",
|
|
"sinon": "^11.1.2",
|
|
"sinon-chai": "^3.7.0",
|
|
"supertest": "^6.1.5",
|
|
"tmp": "^0.2.1"
|
|
},
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"test": "gulp test",
|
|
"test_watch": "gulp test_watch",
|
|
"cover": "nyc mocha",
|
|
"devel": "gulp devel",
|
|
"image": "gulp image",
|
|
"push": "gulp push",
|
|
"release": "gulp release"
|
|
},
|
|
"keywords": [
|
|
"github",
|
|
"comments",
|
|
"ci",
|
|
"builds"
|
|
],
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|