{
  "name": "@sendgrid/subscription-widget",
  "version": "8.0.0",
  "description": "Double opt-in email automation",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev": "nodemon index.js"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "body-parser": "^1.15.2",
    "express": "^4.14.0",
    "morgan": "^1.9.1",
    "nodemon": "^1.9.2",
    "sendgrid": "^4.0.2",
    "sendgrid-rest": "^2.5.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=12.*"
  },
  "gitHead": "b1c831ff33b848e09f9afc644426fd22615f51bd"
}
