@vulog/aima-notifier
Version:
run `npm install @vulog/aima-notifier
29 lines • 651 B
JSON
{
"name": "@vulog/aima-notifier",
"version": "1.1.51",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"test": "vitest run",
"test:watch": "vitest",
"lint": "eslint src/**/* --ext .ts"
},
"keywords": [
"AIMA",
"VULOG",
"NOTIFIER"
],
"author": "Vulog",
"license": "ISC",
"dependencies": {
"@vulog/aima-client": "1.1.51",
"@vulog/aima-core": "1.1.51"
},
"peerDependencies": {
"zod": "^3.24.2"
},
"description": ""
}