@jss-rule-engine/workflow
Version:
54 lines • 1.4 kB
JSON
{
"name": "@jss-rule-engine/workflow",
"version": "0.3.5",
"description": "",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"test": "yarn run build && npx ava --serial --verbose",
"t": "yarn run build && npx ava --serial --verbose -m 'executeTriggers: should execute actions if trigger condition is met'",
"build": "yarn run build:esm",
"build:esm": "tsc",
"build:cjs": "tsc --module commonjs --outDir dist/cjs",
"build:babel": "babel src/lib --out-dir dist --copy-files",
"release": "yarn run build && yarn version patch && yarn npm publish --access public"
},
"engines": {
"node": ">=12",
"npm": ">=6"
},
"keywords": [
"Sitecore",
"NextJS",
"XMCloud",
"Sitecore",
"JSS"
],
"ava": {
"verbose": true
},
"author": "Jack Spektor",
"license": "ISC",
"dependencies": {
"@ai-sdk/google": "1.2.12",
"@jss-rule-engine/core": "*",
"@libsql/client": "0.15.9",
"@types/uuid": "^10.0.0",
"ai": "^4.3.16",
"form-data": "^4.0.0",
"ignore-loader": "0.1.2",
"mailgun.js": "^9.3.0",
"nodemailer": "7.0.3"
},
"devDependencies": {
"@types/nodemailer": "6.4.17",
"ava": "6.3.0",
"typedoc": "0.25.4",
"typescript": "4.9.4"
}
}