Martin Dimitrov 4cad1fbe2b
All checks were successful
Build and push Doorman UI / API / docker (push) Successful in 1m27s
discord notifications
2024-10-26 13:31:15 -07:00

27 lines
699 B
JSON

{
"name": "doorman-client",
"version": "0.0.0",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "twilio-run --live --port 4500",
"deploy": "twilio-run deploy --load-system-env --env .env.example --service-name buzzer --environment=prod --override-existing-project"
},
"dependencies": {
"@twilio-labs/serverless-runtime-types": "^3.0.0",
"@twilio/runtime-handler": "1.3.0",
"node-fetch": "2",
"twilio": "^3.56"
},
"devDependencies": {
"twilio-run": "^3.5.4",
"@types/bun": "latest"
},
"engines": {
"node": "18"
},
"type": "commonjs",
"peerDependencies": {
"typescript": "^5.0.0"
}
}