{ "name": "cx-libtranslate", "version": "1.0.0", "description": "This is simple library for translating JS app.", "main": "source/core.js", "scripts": { "test-phrasebook": "node test/01-phrasebook.js", "build": "esbuild source/core.js --bundle --outfile=dist/cx-libtranslate.min.js --minify --sourcemap --global-name=cx_libtranslate" }, "repository": { "type": "git", "url": "https://git.cixoelectronic.pl/cixo-electronic/cx-libtranslate" }, "keywords": [ "translating", "frontend" ], "author": { "name": "Cixo Develop", "email": "cixo@cixoelectronic.pl", "url": "https://cixoelectronic.pl" }, "license": "MIT", "devDependencies": { "esbuild": "^0.25.5" } }