UNPKG

prostgles-client

Version:

Reactive client for Postgres

57 lines (56 loc) 1.6 kB
{ "name": "prostgles-client", "version": "4.0.347", "description": "Reactive client for Postgres", "main": "dist/prostgles-full.js", "types": "dist/prostgles-full.d.ts", "repository": { "type": "git", "url": "git+https://github.com/prostgles/prostgles-client-js.git" }, "author": "Stefan L", "license": "MIT", "bugs": { "url": "https://github.com/prostgles/prostgles-client-js/issues" }, "keywords": [ "postgres", "postgreSQL", "react", "typescript", "realtime" ], "homepage": "https://prostgles.com", "scripts": { "start": "webpack --config webpack.dev.js", "build": "rm -rf ./dist/* && tsc && NODE_OPTIONS=--openssl-legacy-provider && webpack --mode production --config webpack.prod.js", "test": "npm run build && cd tests && npm test", "pushpublish": "npm version patch --git-tag-version false && git push && npm publish" }, "dependencies": { "prostgles-types": "^4.0.244", "socket.io-client": "^4.8.3" }, "devDependencies": { "@types/node": "^14.18.63", "@types/react": "^18.3.28", "@typescript-eslint/eslint-plugin": "^8.57.2", "@typescript-eslint/parser": "^8.57.2", "eslint": "^8.57.1", "eslint-plugin-react-hooks": "^4.6.2", "prettier": "3.4.2", "ts-loader": "^9.5.4", "tsconfig-paths-webpack-plugin": "^4.2.0", "typescript": "^5.9.3", "webpack": "^5.105.4", "webpack-cli": "^5.1.4" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" }, "peerDependenciesMeta": { "react": { "optional": true } } }