doorman/package.json
Martin Dimitrov d92305e504
All checks were successful
Build and push image for doorman / docker (push) Successful in 1m49s
Build and push image for doorman / deploy-portainer (push) Successful in 26s
add rotating keys
2024-02-27 22:48:39 -08:00

18 lines
323 B
JSON

{
"name": "doorman",
"module": "index.ts",
"type": "module",
"workspaces": ["packages/*"],
"devDependencies": {
"bun-types": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"crypto": "^1.0.1",
"express-fingerprint": "^1.2.2",
"node-fetch": "^3.3.2"
}
}