{
	"name": "lokalise-file-exchange",
	"version": "5.1.0",
	"description": "Exchange translation files with Lokalise TMS",
	"license": "BSD-3-Clause",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/bodrovis/lokalise-node-file-exchange.git"
	},
	"keywords": [
		"api",
		"node",
		"typescript",
		"lokalise",
		"client",
		"client library",
		"i18n",
		"internationalization",
		"localization",
		"l10n",
		"translation",
		"translation management"
	],
	"type": "module",
	"scripts": {
		"build": "tsdown",
		"test": "vitest run",
		"lint": "npx @biomejs/biome check ./",
		"lint:fix": "npx @biomejs/biome check --write ./",
		"lint:fix:unsafe": "npx @biomejs/biome check --write --unsafe ./",
		"format": "npx @biomejs/biome format ./",
		"format:fix": "npx @biomejs/biome format --write ./"
	},
	"publishConfig": {
		"access": "public"
	},
	"dependencies": {
		"@lokalise/node-api": "^16.1.0",
		"kliedz": "^2.2.0",
		"yauzl": "^3.2.0"
	},
	"devDependencies": {
		"@biomejs/biome": "^2.0.6",
		"@types/mock-fs": "^4.13.4",
		"@types/node": "^26.0.1",
		"@types/yauzl": "^3.4.0",
		"@vitest/coverage-v8": "^4.0.3",
		"mock-fs": "^5.4.1",
		"tsdown": "^0.22.0",
		"typescript": "^7.0.2",
		"undici": "^8.0.2",
		"vitest": "^4.0.3"
	},
	"bugs": {
		"url": "https://github.com/bodrovis/lokalise-node-file-exchange/issues"
	},
	"homepage": "https://github.com/bodrovis/lokalise-node-file-exchange",
	"exports": {
		".": {
			"types": "./dist/index.d.mts",
			"import": "./dist/index.mjs",
			"default": "./dist/index.mjs"
		}
	},
	"types": "./dist/index.d.mts",
	"files": [
		"dist",
		"lib"
	],
	"author": "Ilya Krukowski",
	"engines": {
		"node": ">=22.19.0"
	}
}
