{
	"name": "@lokalise/node-api",
	"version": "14.3.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": "rimraf dist && tsup",
		"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": "^1.9.0",
		"@types/node": "^22.0.2",
		"@vitest/coverage-istanbul": "^3.0.3",
		"dotenv": "^16.0.0",
		"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/lokalise/node-lokalise-api/issues"
	},
	"homepage": "https://lokalise.github.io/node-lokalise-api",
	"exports": "./dist/main.js",
	"types": "./dist/main.d.ts",
	"directories": {
		"lib": "./src",
		"test": "./test"
	},
	"author": "Lokalise group, Ilya Krukowski",
	"engines": {
		"node": ">=18"
	}
}
