fabasoad/twilio-voice-call-action

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "twilio-voice-call-action",
  "version": "2.0.4",
  "description": "This GitHub action sends voice call with the defined text.",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fabasoad/twilio-voice-call-action.git"
  },
  "keywords": [
    "actions",
    "twilio",
    "voip",
    "call",
    "phone"
  ],
  "author": "Yevhen Fabizhevskyi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fabasoad/twilio-voice-call-action/issues"
  },
  "scripts": {
    "build": "ncc build -m src/index.js",
    "lint": "biome lint --write src",
    "test": "nyc mocha __tests__"
  },
  "homepage": "https://github.com/fabasoad/twilio-voice-call-action#readme",
  "dependencies": {
    "@actions/core": "1.10.1",
    "@actions/github": "6.0.0",
    "twilio": "5.2.2"
  },
  "devDependencies": {
    "@biomejs/biome": "1.8.3",
    "@vercel/ncc": "0.38.1",
    "mocha": "10.7.3",
    "mocha-param": "2.0.1",
    "nyc": "17.0.0"
  },
  "packageManager": "yarn@4.4.1"
}