{
  "name": "firost",
  "version": "5.8.0",
  "type": "module",
  "description": "Async glob, read and write files",
  "author": "Tim Carry <tim@pixelastic.com>",
  "homepage": "https://projects.pixelastic.com/firost/",
  "keywords": [
    "shell",
    "filesystem",
    "copy",
    "move",
    "delete"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/pixelastic/firost"
  },
  "sideEffects": false,
  "license": "MIT",
  "engines": {
    "node": ">=22.18.0"
  },
  "files": [
    "./*.js",
    "./helpers/*.js",
    "./newFile/*.js",
    "./newFile/templates/*",
    "./watch/*.js",
    "./watch/helpers/*.js"
  ],
  "exports": {
    ".": "./main.js"
  },
  "main": "./main.js",
  "devDependencies": {
    "get-port": "7.1.0"
  },
  "dependencies": {
    "@inquirer/input": "5.0.4",
    "@inquirer/select": "5.0.4",
    "chokidar": "5.0.0",
    "empathic": "2.0.0",
    "eventemitter2": "6.4.9",
    "execa": "9.6.1",
    "fs-extra": "11.3.3",
    "globby": "16.1.0",
    "golgoth": "3.1.0",
    "is-glob": "4.0.3",
    "json-stable-stringify": "1.3.0",
    "multimatch": "7.0.0",
    "nanoid": "5.1.6",
    "normalize-url": "8.1.1",
    "ora": "9.3.0",
    "rev-hash": "4.1.0",
    "std-mocks": "2.0.0",
    "strip-ansi": "7.1.2",
    "untildify": "6.0.0",
    "which": "6.0.1",
    "yoctocolors": "2.1.2"
  },
  "scripts": {
    "bench": "cd ../ && ./scripts/bench",
    "build": "cd ../ && ./scripts/build",
    "build:prod": "cd ../ && ./scripts/build-prod",
    "cms": "cd ../ && ./scripts/cms",
    "compress": "cd ../ && ./scripts/compress",
    "lint": "cd ../ && ./scripts/lint",
    "lint:fix": "cd ../ && ./scripts/lint-fix",
    "release": "cd ../ && ./scripts/release",
    "serve": "cd ../ && ./scripts/serve",
    "test": "cd ../ && ./scripts/test",
    "test:watch": "cd ../ && ./scripts/test-watch"
  }
}