{
	"name": "@ds-sfdc/sfparty",
	"version": "1.7.7",
	"description": "Salesforce metadata XML splitter for CI/CD",
	"type": "module",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/TimPaulaskasDS/sfparty.git"
	},
	"bin": {
		"sfparty": "src/index.js"
	},
	"main": "src/index.js",
	"scripts": {
		"test": "jest --no-cache",
		"prepare": "husky || true"
	},
	"keywords": [
		"salesforce,metadata,xml,split,yaml,json"
	],
	"author": "Tim Paulaskas",
	"license": "BSD-3-Clause",
	"dependencies": {
		"axios": "^1.7.7",
		"ci-info": "^4.0.0",
		"cli-color": "^2.0.4",
		"cli-spinners": "^2.9.2",
		"convert-hrtime": "^5.0.0",
		"js-yaml": "^4.1.0",
		"log-update": "^6.1.0",
		"marked": "^13.0.3",
		"marked-terminal": "^7.1.0",
		"pretty-quick": "^4.0.0",
		"semver": "^7.6.3",
		"util": "^0.12.5",
		"winston": "^3.14.2",
		"xml2js": "^0.6.2",
		"yargs": "^17.7.2"
	},
	"devDependencies": {
		"@babel/core": "^7.25.2",
		"@babel/preset-env": "^7.25.4",
		"@commitlint/cli": "^19.5.0",
		"@commitlint/config-conventional": "^19.5.0",
		"babel-jest": "^29.7.0",
		"eslint": "^9.10.0",
		"husky": "^9.1.6",
		"jest": "^29.7.0",
		"lint-staged": "^15.2.10",
		"nodemon": "^3.1.4",
		"prettier": "^3.3.3"
	},
	"engines": {
		"node": ">=0.11"
	},
	"bugs": {
		"url": "https://github.com/TimPaulaskasDS/sfparty/issues"
	},
	"homepage": "https://github.com/TimPaulaskasDS/sfparty#readme",
	"directories": {
		"lib": "lib",
		"test": "tests"
	},
	"lint-staged": {
		"*.js": [
			"eslint --fix",
			"prettier --write"
		]
	}
}
