trop/package.json

31 строка
618 B
JSON

{
"name": "issue-board-tracking",
"version": "1.0.0",
"description": "",
"author": "Shelley Vohr <shelley.vohr@gmail.com>",
"license": "ISC",
"repository": "https://github.com/codebytere/issue-board-tracking.git",
"scripts": {
"start": "probot run ./index.js",
"test": "jest && standard"
},
"dependencies": {
"probot": "^6.0.0",
"randomcolor": "^0.5.3"
},
"devDependencies": {
"jest": "^21.2.1",
"smee-client": "^1.0.1",
"standard": "^10.0.3"
},
"engines": {
"node": ">= 7.7.0",
"npm": ">= 4.0.0"
},
"standard": {
"env": [
"jest"
]
}
}