{
  "name": "lowdefy",
  "version": "5.3.0",
  "license": "Apache-2.0",
  "description": "Lowdefy CLI",
  "homepage": "https://lowdefy.com",
  "keywords": [
    "lowdefy",
    "cli"
  ],
  "bugs": {
    "url": "https://github.com/lowdefy/lowdefy/issues"
  },
  "contributors": [
    {
      "name": "Sam Tolmay",
      "url": "https://github.com/SamTolmay"
    },
    {
      "name": "Gerrie van Wyk",
      "url": "https://github.com/Gervwyk"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/lowdefy/lowdefy.git"
  },
  "type": "module",
  "bin": "./dist/index.js",
  "files": [
    "dist/*"
  ],
  "exports": "./dist/index.js",
  "dependencies": {
    "@lowdefy/errors": "5.3.0",
    "@lowdefy/helpers": "5.3.0",
    "@lowdefy/logger": "5.3.0",
    "@lowdefy/node-utils": "5.3.0",
    "axios": "1.8.2",
    "commander": "11.1.0",
    "decompress": "4.2.1",
    "decompress-targz": "4.1.1",
    "dotenv": "16.3.1",
    "semver": "7.5.4",
    "uuid": "9.0.1",
    "yaml": "2.3.4"
  },
  "devDependencies": {
    "@jest/globals": "28.1.3",
    "@swc/cli": "0.8.0",
    "@swc/core": "1.15.18",
    "@swc/jest": "0.2.39",
    "jest": "28.1.3"
  },
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "swc src --out-dir dist --config-file ../../.swcrc --cli-config-file ../../.swc-cli.json --copy-files",
    "clean": "rm -rf dist && rm -rf .lowdefy",
    "start": "node ./dist/index.js",
    "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
  }
}