{ "name": "gradido-dht-node", "version": "2.5.1", "description": "Gradido dht-node module", "main": "src/index.ts", "repository": "https://github.com/gradido/gradido/", "author": "Claus-Peter Huebner", "license": "Apache-2.0", "private": false, "scripts": { "build": "tsc --build", "clean": "tsc --build --clean", "start": "cross-env TZ=UTC TS_NODE_BASEURL=./build node -r tsconfig-paths/register build/src/index.js", "dev": "cross-env TZ=UTC nodemon -w src --ext ts --exec ts-node -r dotenv/config -r tsconfig-paths/register src/index.ts", "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", "cross-env": "^7.0.3", "dotenv": "10.0.0", "gradido-config": "file:../config", "gradido-database": "file:../database", "joi": "^17.13.3", "log4js": "^6.7.1", "nodemon": "^2.0.20", "tsconfig-paths": "^4.1.2", "uuid": "^8.3.2" }, "devDependencies": { "@biomejs/biome": "1.9.4", "@types/dotenv": "^8.2.0", "@types/jest": "^27.0.2", "@types/joi": "^17.2.3", "@types/node": "^18.11.18", "@types/uuid": "^8.3.4", "jest": "^27.2.4", "prettier": "^2.8.7", "ts-jest": "^27.0.5", "ts-node": "^10.9.2", "typescript": "^4.9.4" }, "engines": { "node": ">=14" } }