gitea-registration-proxy/package.json

27 lines
680 B
JSON
Raw Permalink Normal View History

2021-08-13 10:15:41 +00:00
{
"name": "gitea-registration-proxy",
"version": "0.0.1",
"main": "index.js",
"repository": "https://git.pixie.town/f0x/gitea-registration-proxy",
"author": "f0x",
"license": "AGPL-3.0",
"dependencies": {
"@f0x52/eslint-config": "^1.0.1",
"bhttp": "^1.2.8",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"chalk": "^4.1.1",
"cookie-parser": "^1.4.5",
"create-error": "^0.3.1",
"debug": "^4.3.1",
"eslint": "^7.27.0",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
2021-08-13 19:29:33 +00:00
"jsdom": "^17.0.0",
2021-08-13 10:15:41 +00:00
"pretty-bytes": "^5.6.0",
"supports-color": "^9.0.2",
2021-08-13 16:16:06 +00:00
"syllable": "4.0.0",
2021-08-13 10:15:41 +00:00
"tough-cookie": "^4.0.0"
}
}