UNPKG

prostgles-client

Version:

Reactive client for Postgres

60 lines (59 loc) 1.65 kB
{ "name": "prostgles-client", "version": "4.0.251", "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.178" }, "devDependencies": { "@types/node": "^14.14.14", "@types/react": "^18.2.19", "@typescript-eslint/eslint-plugin": "^8.15.0", "@typescript-eslint/parser": "^8.15.0", "eslint": "^8.51.0", "eslint-plugin-react-hooks": "^4.6.0", "prettier": "3.4.2", "ts-loader": "^9.5.1", "tsconfig-paths-webpack-plugin": "^4.0.0", "typescript": "^5.3.3", "webpack": "^5.94.0", "webpack-cli": "^5.1.4" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0", "socket.io-client": "^4.8.1" }, "peerDependenciesMeta": { "react": { "optional": true }, "socket.io-client": { "optional": true } } }