{
  "name": "qlbuilder",
  "version": "4.0.0",
  "description": "CLI helper tool for Qlik Sense developers to allow write script locally and update in remote app",
  "author": {
    "email": "info@informatiqal.com",
    "name": "Informatiqal @informatiqal",
    "url": "https://informatiqal.com"
  },
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "preferGlobal": true,
  "bin": {
    "qlbuilder": "bin/qlbuilder.js"
  },
  "files": [
    "!.env",
    "dist",
    "funding.yml",
    "CHANGELOG.md",
    "README.md"
  ],
  "scripts": {
    "build": "set NODE_ENV=prod && rollup -c",
    "build-debug": "rollup -c rollup.config.debug.js",
    "start": "node out/app.js",
    "prestart": "npm run build-tsc",
    "build:tsc": "tsc",
    "test": "vitest"
  },
  "homepage": "https://github.com/informatiqal/qlbuilder",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/informatiqal/qlbuilder.git"
  },
  "keywords": [
    "qlik",
    "sense",
    "build",
    "script",
    "reload"
  ],
  "license": "MIT",
  "dependencies": {},
  "engines": {
    "node": ">=16.0"
  },
  "devDependencies": {
    "axios": "^1.19.0",
    "chalk": "^6.0.0",
    "chokidar": "^5.0.0",
    "cli-spinner": "^0.2.10",
    "commander": "^15.0.0",
    "enigma-mixin": "^1.8.0",
    "enigma.js": "^2.14.0",
    "filenamify": "^7.0.2",
    "js-yaml": "^5.3.0",
    "natural-orderby": "^5.0.0",
    "prompts": "^2.4.2",
    "qlik-sense-authenticate": "^0.2.0",
    "ws": "^8.21.3",
    "@gmrchk/cli-testing-library": "0.1.2",
    "@rollup/plugin-commonjs": "^29.0.3",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-replace": "^6.0.3",
    "@rollup/plugin-typescript": "^12.3.0",
    "@types/cli-spinner": "0.2.3",
    "@types/enigma.js": "2.2.5",
    "@types/js-yaml": "4.0.9",
    "@types/mocha": "10.0.10",
    "@types/node": "26.2.0",
    "@types/qlik-engineapi": "^12.67.16",
    "@types/ws": "8.18.1",
    "node-fetch": "^3.3.2",
    "nyc": "18.0.0",
    "rollup": "^4.62.4",
    "rollup-plugin-delete": "^3.0.2",
    "rollup-plugin-typescript2": "^0.37.0",
    "ts-node": "10.9.2",
    "tslib": "^2.8.1",
    "typescript": "~6.0.3",
    "vitest": "^4.1.10"
  }
}