26 lines
547 B
JSON
26 lines
547 B
JSON
{
|
|
"name": "dtubeauthproxy",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitea.nannal.com/nannal/DtubeAuthProxy"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"body-parser": "^1.19.0",
|
|
"crypto": "^1.0.1",
|
|
"express": "^4.17.1",
|
|
"javalon": "^1.0.32",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"mongodb": "^3.6.9",
|
|
"node-fetch": "^2.6.1",
|
|
"uuid": "^8.3.2"
|
|
}
|
|
}
|