@jss-rule-engine/core
Version:
Rule engine for Sitecore JSS
44 lines • 1.13 kB
JSON
{
"name": "@jss-rule-engine/core",
"version": "0.3.28",
"description": "Rule engine for Sitecore JSS",
"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 && ava",
"t": "yarn run build && ava --match ",
"c8": "c8 ava",
"release": "yarn run build && yarn version patch && yarn npm publish",
"build": "yarn run build:esm",
"build:esm": "tsc && tsc-alias",
"build:cjs": "tsc --module commonjs --outDir dist/cjs",
"build:babel": "babel src/lib --out-dir dist --copy-files"
},
"keywords": [
"JSS",
"Sitecore",
"rule",
"engine"
],
"author": "Jack Spektor",
"license": "ISC",
"dependencies": {
"@rgrove/parse-xml": "4.1.0",
"@sitecore-jss/sitecore-jss": "21.2.4",
"@types/node": "20.8.9",
"graphql": "~15.8.0",
"tsc-alias": "1.8.10",
"xml-js": "1.6.11"
},
"devDependencies": {
"ava": "6.3.0",
"c8": "10.1.2",
"typedoc": "0.25.4",
"typescript": "4.9.4"
}
}