quality-bot
Version:
QBot Online Code Review Application
37 lines (36 loc) • 838 B
JSON
{
"name": "quality-bot",
"version": "1.3.13",
"description": "QBot Online Code Review Application",
"keywords": [
"qbot",
"code",
"review",
"code review",
"review system"
],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"deploy": "npm publish --access=public"
},
"bin": "./index.js",
"author": "Venkata Narayanan V <aboutvenkatuser@gmail.com>",
"license": "ISC",
"private": false,
"homepage": "https://qbot.mookambikainfo.com/",
"engines": {
"node": ">=6.0.0"
},
"engineStrict": true,
"dependencies": {
"axios": "^0.21.1",
"geolocation": "^0.2.0",
"localStorage": "^1.0.4",
"open": "^8.2.1",
"readline-sync": "^1.4.10",
"simple-git": "^2.42.0",
"temp-dir": "^2.0.0"
}
}