-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.11 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": "upm-proxy-github",
"version": "0.0.10",
"description": "JS Proxy for Github packages and Unity Scoped Registry",
"main": "bin/web.js",
"scripts": {
"start": "node ./bin/web",
"start-nf": "nf start",
"test": "./node_modules/.bin/standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codebrewery/UPM-Proxy-GitHub.git"
},
"author": "codeBrewery",
"license": "ISC",
"bugs": {
"url": "https://github.com/codebrewery/UPM-Proxy-GitHub/issues"
},
"homepage": "https://github.com/codebrewery/UPM-Proxy-GitHub#readme",
"engines": {
"node": "18.7.0"
},
"dependencies": {
"@octokit/core": "^4.1.0",
"@octokit/webhooks": "^10.3.0",
"cors": "^2.8.5",
"dotenv": "^16.0.2",
"express": "^4.17.1",
"express-bearer-token": "^2.4.0",
"follow-redirects": "^1.13.0",
"helmet": "^6.0.0",
"joi": "^17.6.1",
"node-cache": "^5.1.2",
"pug": "^3.0.2",
"winston": "^3.2.1"
},
"devDependencies": {
"foreman": "^3.0.1",
"standard": "^17.0.0"
},
"config": {
"registry": "https://npm.pkg.github.com"
}
}