| 123456789101112131415161718192021222324252627 |
- {
- "name": "cx-libtranslate",
- "version": "1.0.0",
- "description": "This is simple library for translating JS app.",
- "main": "source/core.js",
- "scripts": {
- "test": "node test/backend.js",
- "build": "esbuild source/core.js --drop-labels=NODE --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": "[email protected]",
- "url": "https://cixoelectronic.pl"
- },
- "license": "MIT",
- "devDependencies": {
- "esbuild": "^0.25.5"
- }
- }
|