All checks were successful
Build and push Doorman UI / API / docker (push) Successful in 49s
27 lines
686 B
JSON
27 lines
686 B
JSON
{
|
|
"name": "buzzer-client",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "twilio-run --live",
|
|
"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"
|
|
}
|
|
} |