{
  "contributors": [
    {
      "name": "Dexter Hardy",
      "email": "dexter.hardy@ntegral.com",
      "url": "http://www.ntegral.com"
    }
  ],
  "name": "@ntegral/sendgrid-client",
  "version": "1.0.2",
  "description": "Client for the SendGrid v3 Web API",
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "clean": "rm -rf dist",
    "format": "prettier --write \"lib/**/*.ts\"",
    "publish:npm": "npm publish --access public",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "Twilio",
    "SendGrid",
    "V3",
    "Node"
  ],
  "author": "ntegral inc.",
  "license": "ISC",
  "dependencies": {
    "@sendgrid/client": "^7.1.1"
  },
  "devDependencies": {
    "ts-node": "^8.10.1",
    "typescript": "^3.9.2"
  }
}
