{
	"name": "lokalise-file-exchange",
	"version": "4.2.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": "^15.7.1",
		"kliedz": "^2.1.1",
		"yauzl": "^3.2.0"
	},
	"devDependencies": {
		"@biomejs/biome": "^2.0.6",
		"@types/mock-fs": "^4.13.4",
		"@types/node": "^25.0.3",
		"@types/yauzl": "^2.10.3",
		"@vitest/coverage-v8": "^4.0.3",
		"mock-fs": "^5.4.1",
		"tsdown": "^0.21.4",
		"typescript": "^6.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": {
		".": "./dist/index.mjs"
	},
	"types": "./dist/index.d.mts",
	"directories": {
		"lib": "./lib",
		"test": "./test"
	},
	"author": "Ilya Krukowski",
	"engines": {
		"node": ">=20"
	}
}
