UNPKG

@orbitinghail/sqlsync-solid-js

Version:

SQLSync is a collaborative offline-first wrapper around SQLite. It is designed to synchronize web application state between users, devices, and the edge.

55 lines 1.37 kB
{ "name": "@orbitinghail/sqlsync-solid-js", "version": "0.3.2", "description": "SQLSync is a collaborative offline-first wrapper around SQLite. It is designed to synchronize web application state between users, devices, and the edge.", "homepage": "https://sqlsync.dev", "license": "Apache-2.0", "keywords": [ "sqlsync", "sql", "database", "sqlite", "offline-first", "local-first", "solid-js" ], "repository": { "type": "git", "url": "https://github.com/orbitinghail/sqlsync" }, "type": "module", "files": [ "dist", "src" ], "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "default": "./dist/index.js", "types": "./dist/index.d.ts" } }, "devDependencies": { "@babel/preset-typescript": "^7.23.3", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-typescript": "^11.1.6", "@types/node": "^20.11.25", "babel-preset-solid": "^1.8.15", "rollup": "^4.12.1", "typescript": "^5.4.2", "@orbitinghail/sqlsync-worker": "^0.3.2" }, "dependencies": { "fast-equals": "^5.0.1" }, "peerDependencies": { "solid-js": "^1.8.7", "@orbitinghail/sqlsync-worker": "^0.3.2" }, "scripts": { "build": "rollup --config" } }