nocobase/packages/plugin-notifications/package.json
2021-12-07 19:40:30 +08:00

21 lines
605 B
JSON

{
"name": "@nocobase/plugin-notifications",
"version": "0.6.0-alpha.0",
"main": "lib/index.js",
"license": "MIT",
"scripts": {
"build": "rimraf -rf lib esm dist && npm run build:cjs && npm run build:esm",
"build:cjs": "tsc --project tsconfig.build.json",
"build:esm": "tsc --project tsconfig.build.json --module es2015 --outDir esm"
},
"dependencies": {
"nodemailer": "^6.6.1"
},
"devDependencies": {
"@nocobase/test": "^0.6.0-alpha.0",
"@types/nodemailer": "6.4.4",
"nodemailer-mock": "^1.5.11"
},
"gitHead": "f0b335ac30f29f25c95d7d137655fa64d8d67f1e"
}