@vulog/aima-notifier
Version:
Email notification sending.
42 lines • 977 B
JSON
{
"name": "@vulog/aima-notifier",
"type": "module",
"version": "1.2.48",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.cts",
"exports": {
".": {
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
}
},
"scripts": {
"build": "tsdown",
"dev": "tsdown --watch",
"test": "vitest run",
"test:watch": "vitest",
"lint": "eslint src/"
},
"keywords": [
"AIMA",
"VULOG",
"NOTIFIER"
],
"author": "Vulog",
"license": "MIT",
"dependencies": {
"@vulog/aima-client": "1.2.48",
"@vulog/aima-core": "1.2.48"
},
"peerDependencies": {
"zod": "^4.3.6"
},
"description": ""
}