lokalise-file-exchange
Version:
Exchange translation files with Lokalise TMS
66 lines (65 loc) • 1.53 kB
JSON
{
"name": "lokalise-file-exchange",
"version": "4.0.2",
"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": "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 ./",
"format": "npx @biomejs/biome format ./",
"format:fix": "npx @biomejs/biome format --write ./"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@lokalise/node-api": "^15.0.0",
"kliedz": "^1.0.1",
"yauzl": "^3.2.0"
},
"devDependencies": {
"@biomejs/biome": "^2.0.6",
"@types/mock-fs": "^4.13.4",
"@types/node": "^24.0.7",
"@types/yauzl": "^2.10.3",
"@vitest/coverage-v8": "^4.0.3",
"mock-fs": "^5.4.1",
"patch-package": "^8.0.1",
"tsup": "^8.3.0",
"typescript": "^5.8.2",
"undici": "^7.0.0",
"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.js"
},
"types": "./dist/index.d.ts",
"directories": {
"lib": "./lib",
"test": "./test"
},
"author": "Ilya Krukowski",
"engines": {
"node": ">=20"
}
}