UNPKG

falkordb

Version:
57 lines (56 loc) 1.56 kB
{ "name": "falkordb", "version": "6.3.0", "description": "A FalkorDB javascript library", "license": "MIT", "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist/" ], "workspaces": [ "./packages/*" ], "scripts": { "test": "npx jest", "build:test-utils": "npm run build -w ./packages/test-utils", "build:tests-tools": "npm run build:client && npm run build:test-utils", "build": "tsc", "lint": "eslint .", "build-all": "npm run build:test-utils && npm run build", "documentation": "npm run documentation -ws --if-present", "gh-pages": "gh-pages -d ./documentation -e ./documentation -u 'documentation-bot <documentation@bot>'" }, "repository": { "type": "git", "url": "git://github.com/falkordb/falkordb-ts.git" }, "bugs": { "url": "https://github.com/falkordb/falkordb-ts/issues" }, "homepage": "https://github.com/falkordb/falkordb-ts", "keywords": [ "falkordb" ], "devDependencies": { "@tsconfig/node14": "^14.1.2", "@types/jest": "^29.5.14", "@types/lodash": "^4.17.13", "@types/node": "^24.0.3", "@typescript-eslint/eslint-plugin": "^8.18.2", "@typescript-eslint/parser": "^8.18.2", "eslint": "^9.17.0", "gh-pages": "^6.2.0", "jest": "^29.7.0", "release-it": "^19.0.3", "ts-jest": "^29.2.5", "typescript": "^5.7.2" }, "dependencies": { "@redis/client": "^1.6.0", "cluster-key-slot": "1.1.2", "generic-pool": "^3.9.0", "lodash": "^4.17.21", "redis": "^4.7.0" } }