zenhub-automations/package.json

19 lines
376 B
JSON
Raw 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-10-26 19:10:34 +00:00
"mocha": "^8.2.0"
2019-07-10 14:01:40 +00:00
}
}