nocobase/packages/plugins/notifications/package.json
chenos cd5bd09c50
chore(create-nocobase-app): fix some bugs (#538)
* fix: tsconfig

* chore(versions): 😊 publish v0.7.1-alpha.1

* fix: update gitHead

* fix: update gitHead

* chore(versions): 😊 publish v0.7.1-alpha.2

* fix: update client/server entry file

* chore(versions): 😊 publish v0.7.1-alpha.3

* fix: check core dir

* fix: missing core dir

* feat: relationship fields are loaded on demand
2022-06-26 07:19:03 +08:00

22 lines
492 B
JSON

{
"name": "@nocobase/plugin-notifications",
"version": "0.7.1-alpha.3",
"main": "lib/index.js",
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"dependencies": {
"nodemailer": "^6.6.1"
},
"devDependencies": {
"@nocobase/test": "0.7.1-alpha.3",
"@types/nodemailer": "6.4.4",
"nodemailer-mock": "^1.5.11"
},
"gitHead": "7e9556e489007577fc0ed89063b3a9ce2f9aae53"
}