-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
72 lines (72 loc) · 1.85 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
66
67
68
69
70
71
72
{
"name": "f5-declarative-onboarding",
"version": "1.46.0-7",
"description": "F5 Declarative Onboarding",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/F5Networks/f5-declarative-onboarding.git"
},
"keywords": [
"f5",
"declarative",
"onboarding",
"bigip",
"big-ip",
"bigiq",
"big-iq"
],
"author": "F5 Networks",
"license": "Apache-2.0",
"dependencies": {
"@f5devcentral/atg-shared-utilities": "^0.10.7",
"@f5devcentral/f5-cloud-libs": "^4.29.0",
"@f5devcentral/f5-teem": "^1.6.1",
"ajv": "6.12.6",
"deep-diff": "^1.0.2",
"is-in-subnet": "^4.0.1",
"uuid": "3.4.0"
},
"devDependencies": {
"@f5devcentral/atg-shared-utilities-dev": "^0.2.20",
"@f5devcentral/eslint-config-f5-atg": "^0.1.8",
"@stryker-mutator/core": "^8.5.0",
"@stryker-mutator/mocha-runner": "^8.5.0",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.2",
"colors": "^1.4.0",
"eslint": "^8.56.0",
"json-schema-ref-parser": "^9.0.9",
"mkdirp": "^3.0.1",
"mocha": "^10.7.3",
"mocha-multi-reporters": "^1.5.1",
"nock": "10.0.0",
"nyc": "^17.0.0",
"sinon": "7.5.0",
"winston": "^2.4.7",
"@redocly/cli": "^1.25.0"
},
"scripts": {
"build": "scripts/build/build.sh",
"test": "mocha --recursive test/unit",
"integration": "mocha test/integration/test.js",
"property": "mocha test/integration/property test/integration/misc",
"make-api-docs": "redocly build-docs src/schema/latest/openapi.yaml",
"coverage": "nyc npm test",
"lint": "eslint src test",
"test-mutation": "npx stryker run"
},
"nyc": {
"reporter": [
"html",
"text",
"json-summary"
]
},
"eslintConfig": {
"extends": "@f5devcentral/eslint-config-f5-atg"
},
"optionalDependencies": {
"node-ssh": "^13.2.0"
}
}