{
	"name": "@lokalise/node-api",
	"version": "16.0.0",
	"description": "Official Lokalise API 2.0 Node.js client",
	"license": "BSD-3-Clause",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/lokalise/node-lokalise-api.git"
	},
	"keywords": [
		"api",
		"node",
		"typescript",
		"lokalise",
		"client",
		"client library"
	],
	"type": "module",
	"scripts": {
		"build": "tsdown",
		"test": "vitest run",
		"test:watch": "vitest watch",
		"lint": "npx @biomejs/biome check ./",
		"lint:fix": "npx @biomejs/biome check --write ./",
		"lint:fix:unsafe": "npx @biomejs/biome check --write --unsafe ./"
	},
	"publishConfig": {
		"access": "public"
	},
	"devDependencies": {
		"@biomejs/biome": "^2.0.6",
		"@types/node": "^25.0.3",
		"@vitest/coverage-v8": "^4.0.3",
		"tsdown": "^0.22.0",
		"typescript": "^6.0.2",
		"undici": "^8.0.2",
		"vitest": "^4.0.3"
	},
	"bugs": {
		"url": "https://github.com/lokalise/node-lokalise-api/issues"
	},
	"homepage": "https://lokalise.github.io/node-lokalise-api",
	"exports": {
		".": "./dist/main.mjs"
	},
	"types": "./dist/main.d.mts",
	"directories": {
		"lib": "./src",
		"test": "./test"
	},
	"author": "Lokalise group, Ilya Krukowski",
	"engines": {
		"node": ">=22.19.0"
	}
}
