zenhub-automations/package.json

20 lines
401 B
JSON
Raw Permalink Normal View History

2019-07-10 14:01:40 +00:00
{
"name": "zenhub-automations",
"private": true,
"main": "index.js",
"scripts": {
"start": "node ./index.js",
"test": "NODE_ENV=test mocha -R spec **/*.test.js --exit"
2019-07-10 14:01:40 +00:00
},
"dependencies": {
2020-11-30 09:55:52 +00:00
"actions-toolkit": "^6.0.1",
"bluebird": "^3.5.5",
"zenhub-client": "^1.0.0"
2019-07-10 14:01:40 +00:00
},
"devDependencies": {
"chai": "^4.2.0",
2020-12-29 08:46:01 +00:00
"mocha": "^8.2.0",
"prettier": "2.2.1"
2019-07-10 14:01:40 +00:00
}
}