{
  "name": "@jaggerxtrm/xzsc",
  "version": "4.1.4",
  "description": "Modern Zsh + Starship + Nerd Fonts setup via npm",
  "main": "src/index.js",
  "bin": {
    "xzsc": "bin/zsc.js",
    "zsc": "bin/zsc.js"
  },
  "scripts": {
    "start": "node ./bin/zsc.js",
    "test": "jest",
    "test:watch": "jest --watch",
    "lint": "eslint src/",
    "build": "npm run build:cli",
    "build:cli": "babel src -d dist",
    "prepublishOnly": "npm test",
    "dev": "node ./bin/zsc.js"
  },
  "keywords": [
    "zsh",
    "starship",
    "cli",
    "terminal",
    "customization",
    "installer",
    "configuration",
    "tmux",
    "fonts",
    "shell"
  ],
  "author": "Dawid",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Jaggerxtrm/xzsc.git"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "dependencies": {
    "adm-zip": "^0.5.10",
    "axios": "^1.6.0",
    "chalk": "^4.1.2",
    "commander": "^12.0.0",
    "figlet": "^1.7.0",
    "fs-extra": "^11.1.1",
    "inquirer": "^9.2.12",
    "node-downloader-helper": "^2.1.9",
    "ora": "^5.4.1",
    "progress": "^2.0.3",
    "semver": "^7.5.4",
    "shelljs": "^0.8.5"
  },
  "devDependencies": {
    "@babel/cli": "^7.22.0",
    "@babel/core": "^7.22.0",
    "@babel/preset-env": "^7.22.0",
    "eslint": "^8.50.0",
    "jest": "^29.7.0",
    "supertest": "^6.3.3"
  },
  "files": [
    "bin/",
    "src/",
    "dist/",
    "starship.toml",
    "starship-pure.toml",
    "data/",
    "scripts/",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ]
}
