{
	"name": "lokalise-file-exchange",
	"version": "3.0.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"
	],
	"type": "module",
	"scripts": {
		"build": "rimraf dist && tsup",
		"test": "vitest run",
		"lint": "npx @biomejs/biome check ./",
		"lint:fix": "npx @biomejs/biome check --write ./",
		"lint:fix:unsafe": "npx @biomejs/biome check --write --unsafe ./"
	},
	"publishConfig": {
		"access": "public"
	},
	"dependencies": {
		"@lokalise/node-api": "^14.3.0",
		"yauzl": "^3.2.0"
	},
	"devDependencies": {
		"@biomejs/biome": "^1.9.0",
		"@types/mock-fs": "^4.13.4",
		"@types/node": "^22.0.2",
		"@types/yauzl": "^2.10.3",
		"@vitest/coverage-istanbul": "^3.0.3",
		"dotenv": "^16.0.0",
		"mock-fs": "^5.4.1",
		"rimraf": "^6.0.1",
		"tsup": "^8.3.0",
		"typescript": "^5.8.2",
		"undici": "^7.0.0",
		"vitest": "^3.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.js",
	"types": "./dist/index.d.ts",
	"directories": {
		"lib": "./lib",
		"test": "./test"
	},
	"author": "Ilya Krukowski",
	"engines": {
		"node": ">=18"
	}
}
