UNPKG

@clickup/ent-framework

Version:

A PostgreSQL graph-database-alike library with microsharding and row-level security

87 lines (86 loc) 2.65 kB
{ "name": "@clickup/ent-framework", "description": "A PostgreSQL graph-database-alike library with microsharding and row-level security", "version": "2.25.2", "license": "MIT", "keywords": [ "postgresql", "postgres", "orm", "sql", "replication lag", "cluster", "sharding", "micro-sharding", "microsharding", "jit" ], "main": "./index.js", "types": "./index.d.ts", "exports": { ".": "./index.js", "./pg": "./pg.js" }, "scripts": { "build": "barrelsby -c barrelsby.json && internal/build.sh", "dev": "barrelsby -c barrelsby.json && internal/dev.sh", "lint": "internal/lint.sh", "test": "PGPORT=54832 internal/with-docker-compose-up.postgres.sh 'bash ./internal/init-db.sh && internal/test.sh'", "psql": "PGPORT=54832 internal/with-docker-compose-up.postgres.sh psql", "docs": "internal/docs.sh", "clean": "internal/clean.sh", "copy-package-to-public-dir": "copy-package-to-public-dir.sh", "backport-package-from-public-dir": "backport-package-from-public-dir.sh", "deploy": "internal/deploy.sh" }, "dependencies": { "chalk": "^4.1.2", "delay": "^4.4.1", "fast-typescript-memoize": "^1.2.1", "lodash": "^4.17.21", "object-hash": "^2.2.0", "p-defer": "^3.0.0", "p-timeout": "^3.2.0", "pg": "^8.7.1", "quick-lru": "^5.1.1", "table": "^6.8.0" }, "devDependencies": { "@eslint/js": "^9.35.0", "@stylistic/eslint-plugin": "^5.3.1", "@clickup/pg-id": "^2.16.1", "@types/jest": "^29.5.5", "@types/lodash": "^4.14.175", "@types/node": "^20.4.1", "@types/object-hash": "^2.2.1", "@types/pg": "^8.11.11", "@types/uniqid": "^4.1.3", "@typescript-eslint/eslint-plugin": "^8.43.0", "@typescript-eslint/parser": "^8.43.0", "barrelsby": "^2.8.1", "eslint-import-resolver-typescript": "^4.4.4", "eslint-plugin-import": "^2.32.0", "eslint-plugin-lodash": "^8.0.0", "eslint-plugin-no-only-tests": "^3.3.0", "eslint-plugin-n": "^17.21.3", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react": "^7.37.5", "eslint-plugin-typescript-enum": "^2.1.0", "eslint-plugin-unused-imports": "^4.2.0", "eslint": "^9.35.0", "globals": "^17.0.0", "jest": "^29.7.0", "prettier": "3.2.1", "streaming-iterables": "^7.1.0", "ts-jest": "^29.1.1", "typedoc-plugin-markdown": "4.4.2", "typedoc-plugin-merge-modules": "6.1.0", "typedoc": "0.27.5", "typescript": "^5.2.2", "wait-for-expect": "^3.0.2" }, "repository": { "type": "git", "url": "git://github.com/clickup/ent-framework.git" } }