{ "name": "@tooljet-plugins/sendgrid", "version": "1.0.0", "main": "dist/index.js", "types": "dist/index.d.ts", "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "lib" ], "scripts": { "test": "echo \"Error: run tests from root\" && exit 1", "build": "tsc -b", "clean": "rimraf ./dist && rimraf tsconfig.tsbuildinfo" }, "dependencies": { "@sendgrid/mail": "^8.1.6", "@tooljet-plugins/common": "file:../common", "react": "^17.0.2", "rimraf": "^3.0.2" } }