{
  "name": "sendgrid-type-gen",
  "version": "0.0.2",
  "description": "Generate TypeScript interface automatically from sendgrid template by using @sendgrid/client",
  "main": "dist/index.js",
  "bin": {
    "sendgrid-type-gen": "bin/cli"
  },
  "scripts": {
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev": "ts-node src/index.ts",
    "dev:watch": "ts-node-dev --respawn src/index.ts"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kazuma0129/sendgrid-template-type"
  },
  "bugs": {
    "url": "https://github.com/kazuma0129/sendgrid-template-type",
    "email": "kazuma0129.work@gmail.com"
  },
  "homepage": "https://github.com/kazuma0129/sendgrid-template-type#readme",
  "keywords": ["cli", "sendgrid", "mail"],
  "author": "Kazuma Ohashi <kazuma0129.work@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^18.7.13",
    "ts-node": "^10.9.1",
    "ts-node-dev": "^2.0.0",
    "typescript": "^4.7.4"
  },
  "dependencies": {
    "@sendgrid/client": "^7.7.0"
  }
}
