-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
65 lines (65 loc) · 1.97 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "screwdriver-models",
"version": "29.0.0",
"description": "Screwdriver models",
"main": "index.js",
"scripts": {
"pretest": "eslint . --quiet",
"test": "nyc --report-dir ./artifacts/coverage --reporter=lcov mocha --reporter mocha-multi-reporters --reporter-options configFile=./mocha.config.json --recursive --timeout 10000 --retries 1 --exit --allow-uncaught true --color true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/screwdriver-cd/models.git"
},
"homepage": "https://github.com/screwdriver-cd/models",
"bugs": "https://github.com/screwdriver-cd/models/issues",
"keywords": [
"screwdriver",
"yahoo"
],
"license": "BSD-3-Clause",
"author": "Dao Lam <[email protected]>",
"contributors": [
"Dao Lam <[email protected]>",
"Darren Matsumoto <[email protected]>",
"Jeremiah Wuenschel <[email protected]>",
"Noah Katzman <[email protected]>",
"Peter Peterson <[email protected]>",
"St. John Johnson <[email protected]",
"Tiffany Kyi <[email protected]>"
],
"release": {
"debug": false
},
"devDependencies": {
"chai": "^4.3.7",
"eslint": "^8.28.0",
"eslint-config-screwdriver": "^7.0.0",
"fs": "0.0.1-security",
"mocha": "^10.1.0",
"mocha-multi-reporters": "^1.5.1",
"mocha-sonarqube-reporter": "^1.0.2",
"nyc": "^15.1.0",
"path": "^0.12.7",
"rewire": "^6.0.0",
"rewiremock": "^3.14.4",
"sinon": "^15.0.0"
},
"dependencies": {
"@hapi/boom": "^10.0.0",
"@hapi/hoek": "^10.0.1",
"@hapi/iron": "^7.0.0",
"async": "^3.2.4",
"base64url": "^3.0.1",
"compare-versions": "^5.0.3",
"dayjs": "^1.11.7",
"deepcopy": "^2.1.0",
"docker-parse-image": "^3.0.1",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"screwdriver-config-parser": "^11.0.0",
"screwdriver-data-schema": "^24.1.0",
"screwdriver-logger": "^2.0.0",
"screwdriver-workflow-parser": "^5.0.0"
}
}