From bd1b74d2c34897071f69b85fca981feca8436b1b Mon Sep 17 00:00:00 2001 From: Vadim Homchik Date: Sat, 31 Jan 2026 15:23:10 +0100 Subject: [PATCH] Update package.json metadata --- package.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/package.json b/package.json index b0fdf55..0ced3a7 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,18 @@ { "name": "@localizesh/processor-json", + "description": "A Localize.sh processor for JSON files.", "repository": "localizesh/processor-json", "license": "Apache-2.0", + "author": "Localize.sh", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js" + } + }, "bin": { "localize-processor-json": "dist/bin.js" },