-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
50 lines (50 loc) · 1.32 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
{
"name": "incrementals-publisher",
"version": "1.4.2",
"description": "",
"private": true,
"type": "module",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"dev": "nodemon index.js",
"test": "mocha -R mocha-multi-reporters"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jenkins-infra/community-functions.git"
},
"author": "R Tyler Croy",
"license": "MIT",
"bugs": {
"url": "https://github.com/jenkins-infra/community-functions/issues"
},
"homepage": "https://github.com/jenkins-infra/community-functions#readme",
"devDependencies": {
"@babel/core": "^7.22.10",
"@babel/eslint-parser": "^7.22.10",
"eslint": "^8.48.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-mocha": "^10.1.0",
"mocha": "^10.2.0",
"mocha-multi-reporters": "^1.1.7",
"nodemon": "^2.0.22",
"simple-mock": "^0.8.0"
},
"dependencies": {
"@babel/preset-env": "^7.23.2",
"@octokit/auth-app": "^6.0.1",
"@octokit/rest": "^20.0.1",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"express": "^4.18.2",
"express-async-wrap": "^1.0.0",
"express-winston": "^4.0.5",
"helmet": "^7.0.0",
"node-fetch": "^3.3.1",
"node-stream-zip": "^1.11.3",
"wildcard-match": "^5.1.0",
"winston": "^3.11.0",
"xml2js": "^0.6.2"
}
}