forked from screwdriver-cd/cache-bookend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.29 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
42
43
44
45
{
"name": "screwdriver-cache-bookend",
"version": "3.0.0",
"description": "sd.cd bookend for restoring build cache",
"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",
"semantic-release": "./node_modules/.bin/semantic-release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/screwdriver-cd/cache-bookend.git"
},
"homepage": "https://github.com/screwdriver-cd/cache-bookend",
"bugs": "https://github.com/screwdriver-cd/screwdriver/issues",
"keywords": [
"screwdriver",
"yahoo"
],
"license": "BSD-3-Clause",
"author": "",
"contributors": [],
"devDependencies": {
"chai": "^4.3.7",
"eslint": "^8.28.0",
"eslint-config-screwdriver": "^7.0.0",
"mocha": "^10.1.0",
"mocha-multi-reporters": "^1.5.1",
"mocha-sonarqube-reporter": "^1.0.2",
"nyc": "^15.1.0",
"mockery": "^2.1.0",
"sinon": "^14.0.2"
},
"dependencies": {
"@hapi/hoek": "^10.0.1",
"screwdriver-build-bookend": "^4.0.0"
},
"release": {
"branches": [
"master"
],
"debug": false
}
}