{
  "name": "data-primals-engine",
  "version": "1.7.2",
  "description": "data-primals-engine is a package responsible from handling large amount of data using MongoDB in a practical and performant way. It can also get workflow models working (for automation), and fully supports internationalisation. It also has integrated AI assistant.",
  "main": "src/engine.js",
  "type": "module",
  "scripts": {
    "preinstall": "npx force-resolutions",
    "dev": "concurrently \"npm:client\" \"npm:devserver\"",
    "prod": "npm run build-server && npm run server",
    "client": "cd client && npm run dev",
    "build-server": "vite build client --config client/vite.config.js --outDir dist",
    "build-client": "cd client && npm run build",
    "server": "cross-env NODE_ENV=production node server.js",
    "devserver": "npm run build-server && cross-env NODE_ENV=development PORT=7633 node server.js",
    "lint": "eslint .",
    "format": "prettier --write .",
    "clean": "rm -rf node_modules package-lock.json",
    "test": "cross-env MONGO_DB_URL=\"mongodb://localhost:27017\" PORT=7635 vitest --no-file-parallelism --no-watch",
    "audit": "npm audit --audit-level=high",
    "migrate:create": "node src/migrate.js create",
    "migrate:up": "node src/migrate.js up",
    "migrate:down": "node src/migrate.js down",
    "migrate:revert": "node src/migrate.js revert",
    "migrate:status": "node src/migrate.js status"
  },
  "optionalDependencies": {
    "@rollup/rollup-linux-x64-gnu": "4.6.1"
  },
  "resolutions": {
    "shell-quote": ">=1.8.4",
    "lodash": ">=4.18.0",
    "flatted": ">=3.4.2",
    "rollup": ">=4.59.0",
    "on-headers": ">=1.1.0",
    "brace-expansion": ">=2.0.3",
    "minimatch": ">=3.1.4",
    "path-to-regexp": ">=8.4.0",
    "prismjs": ">=1.30.0",
    "xml2js": ">=0.5.0",
    "tar-fs": ">=3.1.1",
    "vite": ">=7.3.2",
    "node-forge": ">=1.4.0",
    "js-yaml": ">=4.1.1",
    "mdast-util-to-hast": ">=13.2.1",
    "uuid": ">=11.1.1",
    "jws": ">=3.2.3",
    "undici": ">=7.28.0",
    "@xmldom/xmldom": ">=0.8.12",
    "picomatch": ">=4.0.4",
    "langsmith": ">=0.6.0",
    "qs": ">=6.14.2",
    "fast-xml-parser": ">=4.5.5",
    "fast-xml-builder": ">=1.1.7",
    "ip-address": ">=10.1.1",
    "postcss": ">=8.5.10"
  },
  "overrides": {
    "react-syntax-highlighter": {
      "prismjs": "1.30.0"
    },
    "react-code-blocks": {
      "prismjs": "1.30.0"
    },
    "refractor": {
      "prismjs": "1.30.0"
    },
    "body-parser": {
      "qs": ">=6.14.1"
    },
    "stripe": {
      "qs": ">=6.14.1"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/anonympins/data-primals-engine.git"
  },
  "exports": {
    ".": "./src/index.js",
    "./client-only": "./src/client.js",
    "./modules/*.js": "./src/modules/*.js",
    "./modules/*": "./src/modules/*/index.js",
    "./client": "./client/index.js",
    "./*": "./src/*.js"
  },
  "dependencies": {
    "@langchain/core": "^0.3.80",
    "archiver": "^8.0.0",
    "aws-sdk": "^2.1692.0",
    "bcrypt": "^6.0.0",
    "body-parser": ">=2.2.1",
    "chalk": "^5.4.1",
    "check-disk-space": "^3.4.0",
    "compression": "^1.8.1",
    "cookie-parser": "^1.4.7",
    "cronstrue": "^3.2.0",
    "csv-parse": "^6.1.0",
    "date-fns": "^4.1.0",
    "dotenv": "^17.4.2",
    "express-csrf-double-submit-cookie": "^2.0.0",
    "express-formidable": "^1.2.0",
    "express-mongo-sanitize": "^2.2.0",
    "express-rate-limit": "8.2.2",
    "express-session": "^1.18.2",
    "handlebars": "4.7.9",
    "i18next-browser-languagedetector": "^8.2.0",
    "isolated-vm": "^5.0.4",
    "juice": "^11.0.3",
    "leaflet": "^1.9.4",
    "mathjs": "15.2.0",
    "mongodb": "^6.18.0",
    "node-cache": "^5.1.2",
    "node-schedule": "^2.1.1",
    "nodemailer": ">=9.0.1",
    "openai": "^6.9.1",
    "passport": "^0.7.0",
    "passport-saml-encrypted": "^0.1.13",
    "process": "^0.11.10",
    "prop-types": "^15.8.1",
    "randomcolor": "^0.6.2",
    "react-markdown": "^10.1.0",
    "read-excel-file": "^6.0.1",
    "request-ip": "^3.3.0",
    "safe-regex": "^2.1.1",
    "sanitize-html": "^2.17.4",
    "sirv": "^3.0.2",
    "stripe": "^20.0.0",
    "swagger-ui-express": "^5.0.1",
    "tar": ">=7.5.16",
    "tinycolor2": "^1.6.0",
    "uniqid": "^5.4.0",
    "vitest": "3.2.6",
    "yaml": "2.8.3"
  },
  "peerDependencies": {
    "@langchain/anthropic": "^0.3.33",
    "@langchain/deepseek": "^0.1.0",
    "@langchain/google-genai": "^0.2.18",
    "@langchain/openai": "^0.6.16",
    "express": "^5.2.1",
    "passport-azure-ad": "^4.3.5",
    "passport-google-oauth20": "^2.0.0",
    "react": "18.3.1",
    "react-i18next": "^16.3.4",
    "react-query": "^3.39.3"
  },
  "devDependencies": {
    "@eslint/js": "^9.39.4",
    "concurrently": "^9.2.0",
    "cross-env": "^10.0.0",
    "eslint": "^9.39.4",
    "globals": "^16.3.0"
  },
  "subPackages": [
    "client"
  ],
  "keywords": [
    "data-driven engine",
    "headless CMS",
    "backend",
    "automation",
    "AWS S3",
    "MongoDB"
  ],
  "author": "anonympins",
  "license": "MIT",
  "engines": {
    "node": ">=20.0.0"
  }
}
