mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-11 14:20:07 +08:00
59 lines
1.3 KiB
JSON
59 lines
1.3 KiB
JSON
{
|
|
"name": "@lowdefy/connection-sendgrid",
|
|
"version": "4.0.0-alpha.24",
|
|
"license": "Apache-2.0",
|
|
"description": "",
|
|
"homepage": "https://lowdefy.com",
|
|
"keywords": [
|
|
"lowdefy",
|
|
"lowdefy connection",
|
|
"lowdefy plugin"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/lowdefy/lowdefy/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Sam Tolmay",
|
|
"url": "https://github.com/SamTolmay"
|
|
},
|
|
{
|
|
"name": "Gerrie van Wyk",
|
|
"url": "https://github.com/Gervwyk"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/lowdefy/lowdefy.git"
|
|
},
|
|
"type": "module",
|
|
"exports": {
|
|
"./connections": "./dist/connections.js",
|
|
"./types": "./dist/types.js"
|
|
},
|
|
"files": [
|
|
"dist/*"
|
|
],
|
|
"scripts": {
|
|
"build": "yarn swc",
|
|
"clean": "rm -rf dist",
|
|
"prepare": "yarn build",
|
|
"swc": "swc src --out-dir dist --config-file ../../../../.swcrc --delete-dir-on-start --copy-files",
|
|
"test": "jest --coverage"
|
|
},
|
|
"dependencies": {
|
|
"@lowdefy/helpers": "4.0.0-alpha.24",
|
|
"@sendgrid/mail": "7.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"@lowdefy/ajv": "4.0.0-alpha.24",
|
|
"@swc/cli": "0.1.57",
|
|
"@swc/core": "1.2.194",
|
|
"@swc/jest": "0.2.21",
|
|
"jest": "28.1.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|