{
  "$schema": "https://json.schemastore.org/package.json",
  "name": "@vonage/applications",
  "version": "1.17.0",
  "description": "Vonage Applications API",
  "keywords": [
    "vonage"
  ],
  "homepage": "https://developer.vonage.com",
  "bugs": {
    "url": "https://github.com/Vonage/vonage-node-sdk/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Vonage/vonage-node-sdk.git"
  },
  "license": "Apache-2.0",
  "contributors": [
    {
      "name": "Chris Tankersley",
      "url": "https://github.com/dragonmantank"
    },
    {
      "name": "Chuck \"MANCHUCK\" Reeves",
      "url": "https://github.com/manchuck"
    }
  ],
  "main": "dist/lib/index.js",
  "types": "dist/lib/index.d.ts",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "/dist"
  ],
  "scripts": {
    "build": "npm run clean && npm run compile",
    "clean": "npx shx rm -rf dist tsconfig.tsbuildinfo",
    "compile": "npx tsc --build --verbose",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@vonage/server-client": "^1.17.0"
  },
  "publishConfig": {
    "directory": "dist"
  }
}
