doorman/package.json
Martin Dimitrov eb7d37a01c
All checks were successful
Build and push image for doorman / docker (push) Successful in 56s
Build and push image for doorman / deploy-portainer (push) Successful in 26s
add UI flow for the buzzer steps
2024-03-02 14:17:14 -08:00

19 lines
356 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",
"react-otp-input": "^3.1.1"
}
}