forked from screwdriver-cd/scm-github-graphql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.23 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "screwdriver-scm-github-graphql",
"version": "1.0.0",
"description": "Github GraphQL SCM for Screwdriver",
"main": "index.js",
"scripts": {
"pretest": "eslint .",
"test": "nyc --report-dir ./artifacts/coverage --reporter=lcov mocha --reporter mocha-multi-reporters --reporter-options configFile=./mocha.config.json --recursive --timeout 4000 --retries 1 --exit --allow-uncaught true --color true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/screwdriver-cd/scm-github-graphql.git"
},
"homepage": "https://github.com/screwdriver-cd/scm-github-graphql",
"bugs": "https://github.com/screwdriver-cd/screwdriver/issues",
"keywords": [
"screwdriver",
"yahoo"
],
"license": "BSD-3-Clause",
"author": "Pritam Paul <[email protected]>",
"contributors": [],
"devDependencies": {
"chai": "^4.3.6",
"eslint": "^7.32.0",
"eslint-config-screwdriver": "^5.0.1",
"mocha": "^10.3.0",
"mocha-multi-reporters": "^1.5.1",
"mocha-sonarqube-reporter": "^1.0.2",
"nyc": "^15.0.0",
"sinon": "^9.0.0"
},
"dependencies": {
"rewiremock": "^3.14.5",
"screwdriver-request": "^2.0.1"
},
"release": {
"branches": ["main"],
"debug": false
}
}