{
  "name": "@vtex/fsp-cli",
  "description": "A VTEX CLI",
  "version": "0.17.8",
  "author": "VTEX",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "license": "UNLICENSED",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "bin": {
    "fsp": "./bin/run.js"
  },
  "dependencies": {
    "@inquirer/prompts": "^5.3.8",
    "@oclif/core": "^3",
    "@oclif/plugin-help": "^6",
    "@vtex/fsp-analyzer": "^1.2.13",
    "@vtex/fsp-config": "^0.3.58",
    "@vtex/fsp-local": "^1.6.8",
    "deepmerge": "^4.3.1",
    "glob": "^10.3.10",
    "handlebars": "4.7.8",
    "ora": "^8.1.0",
    "prettier": "^3.3.3",
    "ts-node": "^10.9.2"
  },
  "peerDependencies": {
    "@faststore/cli": "^3.0.128",
    "@vtex/checkout": "^0.0.4",
    "@vtex/sales-app": "^3.10.1"
  },
  "peerDependenciesMeta": {
    "@faststore/cli": {
      "optional": true
    },
    "@vtex/checkout": {
      "optional": true
    },
    "@vtex/fsp-sample-module-cli": {
      "optional": true
    }
  },
  "devDependencies": {
    "@oclif/test": "^4",
    "@types/node": "^18",
    "oclif": "^4",
    "shx": "^0.3.3",
    "ts-node": "^10",
    "type-fest": "^4.26.1",
    "typescript": "~5.3",
    "vitest": "^2.0.3"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "/bin",
    "/dist",
    "/src",
    "/oclif.manifest.json"
  ],
  "keywords": [
    "cli",
    "VTEX"
  ],
  "oclif": {
    "bin": "fsp",
    "dirname": "fsp",
    "commands": {
      "strategy": "explicit",
      "target": "./dist/index.js",
      "identifier": "COMMANDS"
    },
    "plugins": [
      "@oclif/plugin-help"
    ],
    "topicSeparator": " "
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "test": "vitest"
  },
  "gitHead": "ccbc3ba5e2671ce5e93ae0b3e3ef7dbea2f9603b"
}
