Martin Dimitrov 80f45cce0e
Some checks are pending
Build and push image for doorman-homeassistant / docker (push) Successful in 31s
Build and push image for doorman-homeassistant / deploy-gitainer (push) Successful in 4s
Build and push Doorman UI / API / docker (push) Waiting to run
log to loki
2025-02-09 19:55:17 -08:00

31 lines
932 B
JSON

{
"name": "doorman-api",
"version": "0.0.0",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start-twilio": "twilio-run --live --port 8080",
"watch-build": "bun run --watch src/index.ts",
"start": "concurrently \"bun run watch-build\" \"bun run start-twilio\"",
"build": "bun run src/index.ts",
"deploy": "twilio-run deploy --load-system-env --env .env.example --service-name doorman --environment=prod --override-existing-project"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.609.0",
"@twilio-labs/serverless-runtime-types": "^3.0.0",
"@twilio/runtime-handler": "1.3.0",
"discord.js": "^14.16.3",
"prom-client": "^15.1.3",
"twilio": "^3.56",
"winston": "^3.17.0",
"winston-loki": "^6.1.3"
},
"devDependencies": {
"twilio-run": "^3.5.4",
"concurrently": "^9.1.0"
},
"engines": {
"node": "18"
}
}