UNPKG

@puls-atlas/cli

Version:

The Puls Atlas CLI tool for managing Atlas projects

79 lines (78 loc) 2.72 kB
{ "name": "@puls-atlas/cli", "version": "4.0.11", "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,assets/**/* --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.28.3", "@babel/core": "^7.28.5", "@babel/node": "^7.28.0", "@babel/preset-env": "^7.28.5", "@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" }, "dependencies": { "@babel/parser": "^7.28.5", "@babel/traverse": "^7.28.5", "@google-cloud/firestore": ">=7", "@google-cloud/functions": ">=4", "@google-cloud/secret-manager": ">=6", "chalk": "^5.4.1", "checksum": "^1.0.0", "chokidar": "5.0.0", "cli-spinners": "^3.3.0", "commander": "^14.0.2", "configstore": "^7.1.0", "firebase": "^12.7.0", "globby": "^16.1.0", "google-artifactregistry-auth": ">=3", "inquirer": "^13.1.0", "jsonwebtoken": "^9.0.3", "kill-port": "2.0.1", "ora": "^9.0.0", "rimraf": "^6.1.2", "tar": "^7.5.2", "underscore": "^1.13.7" } }