UNPKG

@electric-sql/client

Version:

Postgres everywhere - your data, in sync, wherever you need it.

89 lines 2.36 kB
{ "name": "@electric-sql/client", "description": "Postgres everywhere - your data, in sync, wherever you need it.", "version": "1.5.13", "author": "ElectricSQL team and contributors.", "bugs": { "url": "https://github.com/electric-sql/electric/issues" }, "dependencies": { "@microsoft/fetch-event-source": "^2.0.1" }, "devDependencies": { "@tanstack/intent": "^0.0.9", "@types/pg": "^8.11.6", "@types/uuid": "^10.0.0", "@typescript-eslint/eslint-plugin": "^7.14.1", "@typescript-eslint/parser": "^7.14.1", "@vitest/coverage-istanbul": "4.0.15", "cache-control-parser": "^2.0.6", "concurrently": "^8.2.2", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "glob": "^10.3.10", "jsdom": "^26.1.0", "pg": "^8.12.0", "prettier": "^3.3.2", "shx": "^0.3.4", "tsup": "^8.0.1", "typescript": "^5.5.2", "uuid": "^10.0.0", "vitest": "^4.0.15", "vitest-localstorage-mock": "^0.1.2" }, "type": "module", "exports": { "./package.json": "./package.json", ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.mjs" }, "require": { "types": "./dist/cjs/index.d.cts", "default": "./dist/cjs/index.cjs" } } }, "bin": { "intent": "./bin/intent.mjs" }, "files": [ "dist", "src", "skills", "bin", "!skills/_artifacts" ], "homepage": "https://electric-sql.com", "license": "Apache-2.0", "main": "./dist/cjs/index.cjs", "module": "./dist/index.legacy-esm.js", "types": "./dist/index.d.ts", "optionalDependencies": { "@rollup/rollup-darwin-arm64": "^4.18.1" }, "repository": { "type": "git", "url": "git+https://github.com/electric-sql/electric.git" }, "sideEffects": false, "typesVersions": { "*": { "*": [ "./dist/index.d.ts" ] } }, "scripts": { "analyze:pr": "node ./bin/analyze-pr-risks.mjs", "analyze:shape-stream": "node ./bin/analyze-shape-stream-risks.mjs", "build": "shx rm -rf dist && tsup && tsc -p tsconfig.build.json", "format": "eslint . --fix", "stylecheck": "eslint . --quiet", "test": "pnpm exec vitest", "coverage": "pnpm exec vitest --coverage", "typecheck": "tsc -p tsconfig.json" } }