{
	"name": "shopport",
	"version": "0.5.1",
	"description": "커머스 운영 자동화 CLI — Cafe24, Coupang, SmartStore, Shopify 통합 관리",
	"type": "module",
	"bin": {
		"sppt": "dist/cli.js",
		"shopport": "dist/cli.js"
	},
	"scripts": {
		"dev": "tsx watch src/cli.ts",
		"build:dashboard": "cd dashboard-ui && bun install && bun run build",
		"build": "bun run build:dashboard && tsup && node -e \"const fs=require('fs');const f='dist/cli.js';const c=fs.readFileSync(f,'utf8');fs.writeFileSync(f,'#!/usr/bin/env bun\\n'+c);fs.chmodSync(f,0o755)\"",
		"start": "node dist/cli.js",
		"build:publish": "SHOPPORT_PUBLISH=1 bun run build",
		"postinstall": "node -e \"try{require('child_process').execFileSync(process.execPath,['dist/cli.js','setup-skills'],{stdio:'pipe'})}catch(_){}\"",
		"prepublishOnly": "bun run build:publish",
		"test": "vitest run"
	},
	"keywords": [
		"dropshipping",
		"ecommerce",
		"cafe24",
		"coupang",
		"smartstore",
		"shopify",
		"커머스운영",
		"자동화"
	],
	"license": "UNLICENSED",
	"engines": {
		"node": ">=18"
	},
	"files": ["dist", "README.md"],
	"dependencies": {
		"@browserbasehq/stagehand": "^2.0.0",
		"@e965/xlsx": "^0.20.3",
		"@hyunbinseo/holidays-kr": "^4.2026.0",
		"@types/bcrypt": "^6.0.0",
		"axios": "^1.13.5",
		"basic-ftp": "^5.3.0",
		"bcrypt": "^6.0.0",
		"date-fns": "^4.1.0",
		"form-data": "^4.0.5",
		"posthog-node": "^5.30.8",
		"zod": "^3.24.0"
	},
	"devDependencies": {
		"@shopport/core": "workspace:*",
		"@shopport/reliability": "workspace:*",
		"@shopport/types": "workspace:*",
		"@types/node": "^22.13.10",
		"javascript-obfuscator": "^5.4.1",
		"playwright": "^1.59.1",
		"terser": "^5.46.1",
		"tsup": "^8.5.1",
		"tsx": "^4.19.4",
		"typescript": "^5.8.2",
		"vitest": "^4.1.4"
	}
}
