UNPKG

@vtex/fsp-cli

Version:

A VTEX CLI

88 lines (87 loc) 1.78 kB
{ "name": "@vtex/fsp-cli", "description": "A VTEX CLI", "version": "0.15.15", "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-config": "^0.3.34", "@vtex/fsp-local": "^1.5.38", "deepmerge": "^4.3.1", "handlebars": "4.7.8", "ora": "^8.1.0", "prettier": "^3.3.3", "ts-node": "^10.9.2" }, "peerDependencies": { "@faststore/cli": "^3.0.87", "@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": "5c7b5e52df31f72799d22438b324b2a21783b4da" }