falkordb
Version:
A FalkorDB javascript library
61 lines (60 loc) • 1.64 kB
JSON
{
"name": "falkordb",
"version": "6.5.1",
"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": "https://github.com/FalkorDB/falkordb-ts"
},
"bugs": {
"url": "https://github.com/FalkorDB/falkordb-ts/issues"
},
"homepage": "https://github.com/FalkorDB/falkordb-ts",
"keywords": [
"falkordb"
],
"engines": {
"node": ">=20.0.0"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.4",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.13",
"@types/node": "^25.0.2",
"@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.9.3"
},
"dependencies": {
"@js-temporal/polyfill": "^0.5.1",
"@redis/client": "^1.6.0",
"cluster-key-slot": "1.1.2",
"generic-pool": "^3.9.0",
"lodash": "^4.17.21",
"redis": "^4.7.0"
}
}