@cpp.js/package-zlib
Version:
This package provides the precompiled zlib library, built using cpp.js, for easy integration into JavaScript, WebAssembly and React Native projects. It offers compression and decompression functionalities through the zlib API, ensuring high performance an
28 lines • 1.03 kB
JSON
{
"name": "@cpp.js/package-zlib",
"version": "1.0.0",
"nativeVersion": "1.3.1",
"description": "This package provides the precompiled zlib library, built using cpp.js, for easy integration into JavaScript, WebAssembly and React Native projects. It offers compression and decompression functionalities through the zlib API, ensuring high performance and cross-platform compatibility. Ideal for use in web and mobile applications.",
"homepage": "https://github.com/bugra9/cpp.js/tree/main/packages/cppjs-package-zlib#readme",
"repository": "https://github.com/bugra9/cpp.js.git",
"license": "Zlib",
"type": "module",
"devDependencies": {
"cpp.js": "^1.0.0"
},
"keywords": [
"z",
"zlib",
"libz",
"cpp.js-package",
"webassembly",
"react-native"
],
"scripts": {
"build": "cppjs build",
"build:wasm": "cppjs build -p WebAssembly",
"build:android": "cppjs build -p Android",
"build:ios": "cppjs build -p iOS",
"clear": "rm -rf .cppjs dist *.xcframework"
}
}