UNPKG

@twilio-labs/serverless-runtime-types

Version:

TypeScript definitions to define globals for the Twilio Serverless runtime

51 lines (50 loc) 1.29 kB
{ "name": "@twilio-labs/serverless-runtime-types", "version": "4.0.1", "description": "TypeScript definitions to define globals for the Twilio Serverless runtime", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "node bundler.js", "prepack": "npm run build" }, "keywords": [ "twilio", "serverless", "typescript", "types" ], "author": "Twilio Inc. <open-source@twilio.com> (https://www.twilio.com/labs)", "contributors": [ "Dominik Kundel <dkundel@twilio.com> (https://dkundel.com)" ], "repository": { "type": "git", "url": "https://github.com/twilio-labs/serverless-toolkit.git" }, "homepage": "https://github.com/twilio-labs/serverless-toolkit", "bugs": { "url": "https://github.com/twilio-labs/serverless-toolkit/issues" }, "dependencies": { "@types/express": "^4.17.21", "@types/qs": "^6.9.4", "twilio": "^4.23.0" }, "devDependencies": { "all-contributors-cli": "^6.7.0", "typescript": "^5.3.3" }, "publishConfig": { "access": "public" }, "files": [ "README.md", "index.js", "index.d.ts", "types.d.ts", "bundle.d.ts" ], "gitHead": "9382ba7f1c23cdf18ac8bb6cada92340d63491dd" }