{
	"name": "@ds-sfdc/sfparty",
	"version": "3.0.3",
	"description": "Salesforce metadata XML splitter for CI/CD",
	"type": "module",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/TimPaulaskasDS/sfparty.git"
	},
	"files": ["dist/"],
	"bin": {
		"sfparty": "dist/index.js"
	},
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"scripts": {
		"build": "tsc",
		"build:watch": "tsc --watch",
		"typecheck": "tsc --noEmit",
		"dev": "tsc && node dist/index.js",
		"test": "bun run build && vitest run --maxWorkers=1",
		"test:watch": "vitest --maxWorkers=1",
		"test:ui": "vitest --ui --maxWorkers=1",
		"test:coverage": "bun run build && vitest run --coverage --maxWorkers=1",
		"lint": "biome check --max-diagnostics=1000 src/ test/",
		"lint:fix": "biome check --write --max-diagnostics=1000 src/ test/",
		"format": "biome format --write src/ test/",
		"prepare": "husky || true",
		"prepublishOnly": "bun run build"
	},
	"keywords": ["salesforce,metadata,xml,split,yaml,json"],
	"author": "Tim Paulaskas",
	"license": "BSD-3-Clause",
	"dependencies": {
		"axios": "1.16.1",
		"blessed": "^0.1.81",
		"blessed-contrib": "^4.11.0",
		"ci-info": "^4.1.0",
		"cli-color": "^2.0.4",
		"cli-spinners": "^2.9.2",
		"convert-hrtime": "^5.0.0",
		"fast-xml-parser": "^5.8.0",
		"js-yaml": "^4.1.1",
		"log-update": "^6.1.0",
		"marked": "^14.1.3",
		"marked-terminal": "^7.2.1",
		"ora": "^8.1.1",
		"semver": "^7.6.3",
		"winston": "^3.17.0",
		"yargs": "^17.7.2",
		"zod": "^4.3.4"
	},
	"devDependencies": {
		"@types/js-yaml": "^4.0.9",
		"@commitlint/cli": "^19.6.0",
		"@commitlint/config-conventional": "^19.6.0",
		"@types/cli-color": "^2.0.6",
		"@types/node": "^22.0.0",
		"@types/ora": "^3.2.0",
		"@types/semver": "^7.5.8",
		"@types/yargs": "^17.0.33",
		"@vitest/coverage-v8": "^4.0.10",
		"@vitest/ui": "^4.0.10",
		"husky": "^9.1.7",
		"lint-staged": "^15.2.10",
		"nodemon": "^3.1.7",
		"typescript": "^5.6.0",
		"vitest": "^4.0.10"
	},
	"engines": {
		"node": ">=20.0.0"
	},
	"bugs": {
		"url": "https://github.com/TimPaulaskasDS/sfparty/issues"
	},
	"homepage": "https://github.com/TimPaulaskasDS/sfparty#readme",
	"directories": {
		"lib": "lib",
		"test": "tests"
	},
	"lint-staged": {
		"*.{js,ts}": ["biome check --write"]
	},
	"overrides": {
		"xml2js": ">=0.5.0",
		"lodash": "4.18.1",
		"axios": "1.16.1",
		"follow-redirects": "^1.16.0"
	}
}
