-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (44 loc) · 1.43 KB
/
package.json
File metadata and controls
45 lines (44 loc) · 1.43 KB
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
{
"name": "nodegistry",
"version": "1.3.0",
"description": "Docker Registry Remote API module.",
"main": "index.js",
"repository": "git@github.com:codefresh-io/nodegistry.git",
"author": "Roy Shmueli <roy@codefresh.io>",
"license": "MIT",
"scripts": {
"lint": "eslint --rule 'no-trailing-spaces: [\"warn\", { \"skipBlankLines\": false }]' \"./**/*.js\"",
"lint:fix": "eslint --fix --rule 'no-trailing-spaces: [\"warn\", { \"skipBlankLines\": false }]' \"./**/*.js\"",
"test": "mocha src/**/*.spec.js"
},
"resolutions": {
"node-forge": "1.3.0"
},
"engines": {
"node": ">=22.22.0"
},
"devDependencies": {
"chai": "^4.0.2",
"chai-as-promised": "^7.1.1",
"depcheck": "^1.4.7",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-chai-friendly": "^1.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-mocha": "^10.4.0",
"mocha": "^10.8.2",
"nock": "^13.5.0",
"sinon": "^17.0.1",
"sinon-chai": "^3.7.0"
},
"dependencies": {
"@codefresh-io/docker-reference": "^0.1.0",
"aws-sdk": "^2.1426.0",
"cf-errors": "^0.1.17",
"google-auth-library": "^6.1.3",
"jsonwebtoken": "^9.0.0",
"postman-request": "^2.88.1-postman",
"requestretry": "^8.0.0"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}