{
  "name": "profoundjs",
  "version": "7.21.0",
  "min-profoundui-version": "6.20.0",
  "description": "Profound.js Framework and Server",
  "keywords": [
    "profound",
    "profoundjs",
    "noderun",
    "pjs",
    "profound logic",
    "profoundlogic",
    "profound ui",
    "profoundui",
    "ibm i",
    "ibmi",
    "ibm",
    "iseries",
    "legacy",
    "as400",
    "as/400",
    "rpg",
    "rpgle",
    "green screens",
    "modernization"
  ],
  "engines": {
    "node": "^14 || ^16 || ^18 || ^20 || ^22",
    "npm": ">= 6"
  },
  "os": [
    "aix",
    "darwin",
    "linux",
    "os400",
    "win32"
  ],
  "cpu": [
    "arm",
    "arm64",
    "ia32",
    "ppc64",
    "x64"
  ],
  "dependencies": {
    "@stylistic/eslint-plugin-js": "^1.7.0",
    "acorn": "^8.6.0",
    "adm-zip": "^0.5.1",
    "agentkeepalive": "^4.1.2",
    "async": "^3.1.0",
    "bcryptjs": "^2.4.3",
    "binary-search-bounds": "^2.0.4",
    "bitwise": "^2.0.4",
    "body-parser": "^1.19.0",
    "body-parser-xml": "^2.0.3",
    "bwip-js": "^4.1.2",
    "callsite": "^1.0.0",
    "cardinal": "^2.1.1",
    "chokidar": "^3.4.0",
    "columnify": "^1.6.0",
    "compare-versions": "^3.5.1",
    "compression": "^1.7.4",
    "cookie-parser": "^1.4.4",
    "cookie-session": "^1.3.3",
    "cors": "^2.8.5",
    "decimal.js": "^10.4.3",
    "diff": "^5.1.0",
    "diff-match-patch": "^1.0.5",
    "diff2html": "^3.1.15",
    "dotenv": "^16.0.3",
    "ejs": "^3.1.5",
    "error-stack-parser": "^2.0.4",
    "escape-string-regexp": "^4.0.0",
    "estraverse": "^5.3.0",
    "express": "^4.17.1",
    "express-async-handler": "^1.2.0",
    "express-basic-auth": "^1.2.0",
    "express-http-proxy": "^1.6.0",
    "express-session": "^1.17.1",
    "express-useragent": "^1.0.15",
    "fast-sort": "^3.4.1",
    "fs-extra": "^9.0.1",
    "got": "^12.5.3",
    "hasbin": "^1.2.3",
    "highlight.js": "^10.4.1",
    "hpagent": "^1.2.0",
    "http-proxy-middleware": "^1.0.6",
    "int64-buffer": "^1.0.0",
    "jimp": "^0.22.10",
    "jsonwebtoken": "^9.0.2",
    "lockfile": "^1.0.4",
    "marked": "^9.1.6",
    "mathjs": "^13.2.0",
    "memorystore": "^1.6.1",
    "minimist": "^1.2.5",
    "moment": "^2.26.0",
    "morgan": "^1.9.1",
    "mssql": "^6.4.1",
    "multer": "^1.4.5-lts.1",
    "mysql": "^2.17.1",
    "mysql2": "^3.11.5",
    "ncconv": "^1.0.0",
    "needle": "^3.1.0",
    "nocache": "^3.0.4",
    "node-machine-id": "^1.1.12",
    "node-sql-parser": "^4.6.6",
    "nodemailer": "^6.4.8",
    "openai": "~4.52.0",
    "otplib": "^12.0.1",
    "p-iteration": "^1.1.8",
    "p-limit": "^3.1.0",
    "pdfmake": "^0.2.4",
    "pjsloader": "^2.0.0",
    "profoundjs-iconv-lite": "^1.1.0",
    "profoundjs-strands": "^1.0.3",
    "profoundjs-swagger-stats": "^2.0.0",
    "profoundjs-swagger-ui": "^1.2.3",
    "progress": "^2.0.3",
    "prompts": "^2.3.2",
    "qrcode": "^1.5.4",
    "randomatic": "^3.1.1",
    "rotating-file-stream": "^3.2.1",
    "semver": "^7.3.8",
    "soap": "^0.45.0",
    "ssh2": "^1.11.0",
    "ssh2-sftp-client": "^8.1.0",
    "stat-mode": "^1.0.0",
    "swagger-client": "^3.13.7",
    "true-case-path": "^2.2.1",
    "typescript-compiler": "^1.4.1-2",
    "uglify-js": "^3.17.4",
    "uuid": "^8.3.1",
    "write-excel-file": "^2.0.11",
    "ws": "^8.7.0",
    "xml-escape": "^1.1.0",
    "xterm": "^4.9.0",
    "xterm-addon-attach": "^0.6.0",
    "xterm-addon-fit": "^0.4.0",
    "xterm-addon-web-links": "^0.4.0"
  },
  "scripts": {
    "postinstall": "node setup/install.js",
    "git:reset": "sh -c \"scripts/gitreset\"",
    "lint": "eslint",
    "setup": "node setup/setup.js",
    "completeInstall": "node setup/completeInstall.js"
  },
  "author": "Profound Logic Software",
  "homepage": "http://profoundjs.com/",
  "license": "SEE LICENSE IN LICENSE.txt"
}