{
    "name": "@puls-atlas/cli",
    "version": "4.0.23",
    "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"
    },
    "files": [
        "dist"
    ],
    "scripts": {
        "build": "rimraf dist && babel lib --out-dir dist --copy-files --ignore **/*.test.js,assets/**/* --no-copy-ignored",
        "eval:ai-context": "node ./scripts/run-ai-eval.mjs",
        "refresh:ai-context-fixture": "node ./scripts/refresh-ai-context-fixture.mjs",
        "test:ai-context": "node --test \"test/lib/cmd/ai/consumerContextRuntime.test.js\"",
        "verify:ai-context": "npm run test:ai-context && npm run eval:ai-context",
        "test": "node --test \"test/lib/**/*.test.js\"",
        "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.28.6",
        "@babel/core": "^7.29.0",
        "@babel/node": "^7.29.0",
        "@babel/preset-env": "^7.29.2",
        "@limebooth/atlas-eslint-config": "^3.3.16",
        "@limebooth/prettier-config": "^1.0.1",
        "babel": "^6.23.0",
        "babel-eslint": "^10.1.0",
        "eslint": "^9.39.2",
        "zod-validation-error": "^4.0.2"
    },
    "dependencies": {
        "@babel/parser": "^7.29.2",
        "@babel/traverse": "^7.29.0",
        "@google-cloud/firestore": ">=7",
        "@google-cloud/functions": ">=4",
        "@google-cloud/secret-manager": ">=6",
        "@rollup/plugin-commonjs": "^29.0.2",
        "@rollup/plugin-json": "^6.1.0",
        "@rollup/plugin-node-resolve": "^16.0.3",
        "chalk": "^5.4.1",
        "checksum": "^1.0.0",
        "chokidar": "5.0.0",
        "cli-spinners": "^3.4.0",
        "commander": "^14.0.3",
        "configstore": "^8.0.0",
        "es-toolkit": "^1.45.1",
        "firebase": "^12.11.0",
        "globby": "^16.1.1",
        "google-artifactregistry-auth": ">=3",
        "inquirer": "^13.3.2",
        "jsonwebtoken": "^9.0.3",
        "kill-port": "2.0.1",
        "ora": "^9.3.0",
        "rimraf": "^6.1.3",
        "rollup": "^4.60.1",
        "tar": "^7.5.13",
        "typescript": "^6.0.2"
    }
}
