Files
mergify/package.json
dependabot[bot] 7d0515a17e Bump node-fetch from 2.6.1 to 2.6.7
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-14 16:38:19 +01:00

52 lines
1.2 KiB
JSON

{
"dependencies": {
"chalk": "^2.3.2",
"commander": "^3.0.0",
"inquirer": "^6.5.1",
"node-fetch": "^2.6.7",
"ora": "^3.4.0",
"query-string": "^6.0.0",
"ramda": "^0.26.1"
},
"name": "@pindakaasman/mergify",
"repository": "https://github.com/RamonGebben/mergify.git",
"version": "0.3.3",
"description": "Gitlab CLI for viewing merge requests\"",
"main": "index.js",
"bin": {
"mergify": "index.js"
},
"directories": {
"lib": "lib"
},
"devDependencies": {
"eslint": "^6.1.0",
"eslint-config-standard": "^13.0.1",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"jest": "^24.8.0",
"jest-fetch-mock": "^2.1.2",
"mock-fs": "^4.4.2"
},
"scripts": {
"test": "jest --coverage --silent=false",
"test-travis": "yarn test && cat ./coverage/lcov.info | coveralls"
},
"author": "Ramon Gebben <ramon@sensorfact.nl>",
"contributors": [
{
"name": "Julien Lengrand-Lambert <julien@lengrand.fr> - @jlengrand"
}
],
"license": "MIT",
"jest": {
"coverageDirectory": "./coverage/",
"collectCoverage": true,
"setupFiles": [
"./setupJest.js"
]
}
}