Martin Dimitrov c5c29382f8
All checks were successful
Build and push image for doorman-homeassistant / docker (push) Successful in 26s
Build and push Doorman UI / API / docker (push) Successful in 1m31s
Build and push image for doorman-homeassistant / deploy-gitainer (push) Successful in 3s
add back twilio serverless types
2024-12-15 13:04:47 -08:00

29 lines
876 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/runtime-handler": "1.3.0",
"discord.js": "^14.16.3",
"prom-client": "^15.1.3",
"twilio": "^3.56",
"@twilio-labs/serverless-runtime-types": "^3.0.0"
},
"devDependencies": {
"twilio-run": "^3.5.4",
"concurrently": "^9.1.0"
},
"engines": {
"node": "18"
}
}