{ "name": "dht-node", "version": "2.5.2", "description": "Gradido dht-node module", "main": "src/index.ts", "repository": "https://github.com/gradido/gradido/", "author": "Gradido Academy - https://www.gradido.net", "license": "Apache-2.0", "private": false, "scripts": { "build": "bun esbuild.config.ts", "start": "cross-env TZ=UTC bun build/index.js", "dev": "cross-env TZ=UTC bun --hot src/index.ts", "typecheck": "tsc --noEmit", "lint": "biome check --error-on-warnings .", "lint:fix": "biome check --error-on-warnings . --write", "test": "cross-env TZ=UTC NODE_ENV=development DB_DATABASE=gradido_test_dht jest --runInBand --forceExit --detectOpenHandles" }, "dependencies": { "@hyperswarm/dht": "^6.4.4", "config-schema": "*", "cross-env": "^7.0.3", "database": "*", "dotenv": "10.0.0", "joi": "^17.13.3", "log4js": "^6.7.1", "typeorm": "^0.3.16", "uuid": "^8.3.2" }, "devDependencies": { "@biomejs/biome": "1.9.4", "@types/dotenv": "^8.2.0", "@types/jest": "27.5.1", "@types/joi": "^17.2.3", "@types/node": "^17.0.21", "@types/uuid": "^8.3.4", "bun": "^1.2.11", "esbuild": "^0.25.2", "jest": "27.5.1", "prettier": "^2.8.7", "ts-jest": "27.1.4", "tsx": "^4.19.3", "typescript": "^4.9.4" }, "engines": { "node": ">=18" } }