Module @utari/system-message - v0.0.2
The System Message UTARI module allows you to easily send messages directly to the email sender on hooks, with configurable message templates.
Properties
pkg
pkg: {
author: string;
bugs: {
url: string;
};
dependencies: {
debug: string;
};
description: string;
devDependencies: {
@cloudflare/workers-types: string;
@types/debug: string;
tsup: string;
typedoc: string;
typescript: string;
utari: string;
};
files: string[];
homepage: string;
keywords: never[];
license: string;
main: string;
name: string;
peerDependencies: {
utari: string;
};
repository: {
type: string;
url: string;
};
scripts: {
build: string;
build:docs: string;
};
type: string;
types: string;
version: string;
}
Type declaration
-
author: string
-
bugs: {
url: string;
}
-
dependencies: {
debug: string;
}
-
description: string
-
devDependencies: {
@cloudflare/workers-types: string;
@types/debug: string;
tsup: string;
typedoc: string;
typescript: string;
utari: string;
}
-
@cloudflare/workers-types: string
-
@types/debug: string
-
tsup: string
-
typedoc: string
-
typescript: string
-
utari: string
-
files: string[]
-
homepage: string
-
keywords: never[]
-
license: string
-
main: string
-
name: string
-
peerDependencies: {
utari: string;
}
-
repository: {
type: string;
url: string;
}
-
scripts: {
build: string;
build:docs: string;
}
-
build: string
-
build:docs: string
-
type: string
-
types: string
-
version: string