{
    "name": "@puls-atlas/cli",
    "version": "3.3.18",
    "description": "The Puls Atlas CLI tool for managing Atlas projects",
    "author": "Michiel Van Laere",
    "type": "module",
    "license": "ISC",
    "main": "./dist/index.js",
    "exports": "./dist/index.js",
    "prettier": "@limebooth/prettier-config",
    "eslintConfig": {
        "ignorePatterns": "dist/*",
        "extends": [
            "./node_modules/@limebooth/atlas-eslint-config"
        ],
        "rules": {
            "import/extensions": "off",
            "no-param-reassign": "off",
            "no-useless-escape": "off"
        }
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/limebooth/atlas-cli.git"
    },
    "keywords": [
        "Atlas",
        "Puls",
        "cli"
    ],
    "engines": {
        "node": ">=20"
    },
    "bin": {
        "atlas": "./dist/index.js"
    },
    "scripts": {
        "build": "rimraf dist && babel src --out-dir dist --copy-files --ignore **/*.test.js --no-copy-ignored",
        "release:patch": "npm version patch --git-tag-version=true && git push --follow-tags && gh release create",
        "release:minor": "npm version minor --git-tag-version=true && git push --follow-tags && gh release create",
        "release:major": "npm version major --git-tag-version=true && git push --follow-tags && gh release create",
        "release:alpha": "npm version prerelease --preid=alpha --git-tag-version=true && git push --follow-tags && gh release create"
    },
    "devDependencies": {
        "@babel/cli": "^7.26.4",
        "@babel/core": "^7.26.10",
        "@babel/node": "^7.26.0",
        "@babel/preset-env": "^7.26.9",
        "@limebooth/prettier-config": "^1.0.0",
        "@limebooth/atlas-eslint-config": "^3.2.7",
        "babel-eslint": "^10.1.0",
        "eslint": "^9.22.0"
    },
    "dependencies": {
        "@google-cloud/secret-manager": ">=5",
        "@google-cloud/firestore": ">=7",
        "@babel/parser": "7.26.10",
        "@babel/traverse": "^7.26.10",
        "chalk": "^5.4.1",
        "checksum": "^1.0.0",
        "cli-spinners": "^3.2.0",
        "commander": "^13.1.0",
        "configstore": "^7.0.0",
        "globby": "^14.1.0",
        "google-artifactregistry-auth": ">=3",
        "inquirer": "^12.4.3",
        "jsonwebtoken": "^9.0.2",
        "ora": "^8.2.0",
        "tar": "^7.4.3",
        "rimraf": "^6.0.1",
        "underscore": "^1.13.7",
        "chokidar": "4.0.3",
        "kill-port": "2.0.1"
    }
}
