UNPKG

@cpp.js/package-spatialite

Version:

This package provides SpatiaLite, a spatial extension to SQLite, compiled with Cpp.js for seamless integration in JavaScript, WebAssembly and React Native environments. By using Cpp.js, this package enables high-performance spatial database operations bot

34 lines 1.28 kB
{ "name": "@cpp.js/package-spatialite", "version": "1.0.0", "nativeVersion": "5.1.0", "description": "This package provides SpatiaLite, a spatial extension to SQLite, compiled with Cpp.js for seamless integration in JavaScript, WebAssembly and React Native environments. By using Cpp.js, this package enables high-performance spatial database operations both on the web (via WebAssembly) and native mobile environments (via machine code).", "homepage": "https://github.com/bugra9/cpp.js/tree/main/packages/cppjs-package-spatialite#readme", "repository": "https://github.com/bugra9/cpp.js.git", "license": "MPL tri-license", "type": "module", "dependencies": { "@cpp.js/package-geos": "^1.0.0", "@cpp.js/package-proj": "^1.0.0", "@cpp.js/package-sqlite3": "^1.0.0", "@cpp.js/package-iconv": "^1.0.0", "@cpp.js/package-zlib": "^1.0.0" }, "devDependencies": { "cpp.js": "^1.0.0" }, "keywords": [ "spatialite", "libspatialite", "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" } }