UNPKG

@jss-rule-engine/edge

Version:

50 lines 1.33 kB
{ "name": "@jss-rule-engine/edge", "version": "0.3.6", "description": "", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "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" ], "author": "Jack Spektor", "license": "ISC", "dependencies": { "@jss-rule-engine/core": "*", "@sitecore-feaas/clientside": "^0.5.17", "@sitecore-jss/sitecore-jss-nextjs": "21.2.4", "memory-cache": "0.2.0", "next": "^14.2.7", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@sitecore-jss/sitecore-jss-cli": "21.2.0", "@sitecore-jss/sitecore-jss-dev-tools": "21.2.0", "@types/memory-cache": "0.2.5", "@types/react": "^18.2.22", "@types/react-dom": "^18.0.5", "typedoc": "0.25.4" } }