mirror of
https://github.com/coleam00/Archon
synced 2026-04-30 18:07:44 +00:00
15 lines
290 B
JSON
15 lines
290 B
JSON
|
|
{
|
||
|
|
"name": "auth-service",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"private": true,
|
||
|
|
"description": "Cookie-based auth sidecar for Caddy forward_auth",
|
||
|
|
"main": "server.js",
|
||
|
|
"scripts": {
|
||
|
|
"start": "node server.js",
|
||
|
|
"test": "node test.js"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"bcryptjs": "^2.4.3"
|
||
|
|
}
|
||
|
|
}
|