kiwix-js-pwa/package.json.nwjs
2025-07-19 10:42:49 +01:00

98 lines
2.2 KiB
Plaintext

{
"name": "kiwix_js_windows",
"productName": "Kiwix JS Windows",
"version": "3.6.8-N",
"description": "Kiwix JS Windows for NWJS",
"main": "index.html",
"domain": "kiwix.js.windows",
"window": {
"width": 1280,
"height": 960,
"min_width": 640,
"min_height": 480,
"icon": "www/img/icons/kiwix-256.png"
},
"scripts": {
"start": "run --x86 --mirror https://dl.nwjs.io/ .",
"dist-win-x86": "build --tasks win-x86 --mirror https://dl.nwjs.io/ .",
"dist-win-x64": "build --tasks win-x64 --mirror https://dl.nwjs.io/ .",
"dist": "@powershell -NoProfile -ExecutionPolicy Unrestricted -Command ./scripts/Build-NWJS.ps1"
},
"build-xp": {
"nwVersion": "0.14.7",
"output": "bld/nwjs/win-x86-xp",
"files": [
"service-worker.js",
"index.html",
"CHANGELOG.md",
"LICENCE",
"manifest.json",
"www/**",
"archives/README.md",
"archives/wikip*.*",
"!**/*.dev.{js,wasm}"
],
"win": {
"icon": "www/img/icons/kiwix-64.ico"
}
},
"build": {
"nwVersion": "0.87.0",
"output": "bld/nwjs/win-x64",
"files": [
"replayWorker.js",
"service-worker.js",
"index.html",
"CHANGELOG.md",
"LICENCE",
"manifest.json",
"www/**",
"archives/README.md",
"archives/wikip*.*",
"!**/*.dev.{js,wasm}"
],
"win": {
"icon": "www/img/icons/kiwix-64.ico"
}
},
"build-win32": {
"nwVersion": "0.87.0",
"output": "bld/nwjs/win-x86",
"files": [
"replayWorker.js",
"service-worker.js",
"index.html",
"CHANGELOG.md",
"LICENCE",
"manifest.json",
"www/**",
"archives/README.md",
"archives/wikip*.*",
"!**/*.dev.{js,wasm}"
],
"win": {
"icon": "www/img/icons/kiwix-64.ico"
}
},
"repository": "https://github.com/kiwix/kiwix-js-pwa",
"keywords": [
"Kiwix",
"offline",
"Wikipedia",
"ZIM",
"reader"
],
"author": {
"name": "Kiwix",
"email": "kiwix@kiwix.org"
},
"maintainer": "Jaifroid",
"license": "CC0-1.0",
"devDependencies": {
"nwjs-builder-phoenix": "^1.15.0"
},
"dependencies": {
"@types/fs-extra": "^9.0.11"
}
}