UNPKG

chia-network-scanner

Version:
63 lines (62 loc) 1.4 kB
{ "name": "chia-network-scanner", "version": "5.1.1", "description": "Scans the Chia network for active full nodes", "main": "dist/index.js", "scripts": { "build": "tsc", "test": "jest --runInBand test/", "prepare": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/freddiecoleman/chia-network-scanner.git" }, "keywords": [ "chia", "cryptocurrency", "blockchain", "tcp", "cbor" ], "author": "Freddie Coleman", "license": "MIT", "bugs": { "url": "https://github.com/freddiecoleman/chia-network-scanner/issues" }, "homepage": "https://github.com/freddiecoleman/chia-network-scanner#readme", "devDependencies": { "@types/async": "^3.2.3", "@types/cbor": "^5.0.1", "@types/jest": "^26.0.15", "@types/node": "^14.14.6", "@types/pino": "^6.3.3", "@types/ws": "^7.4.0", "jest": "^26.6.1", "prettier": "^2.1.2", "ts-jest": "^26.4.3", "typescript": "^4.0.5" }, "dependencies": { "async": "^3.2.0", "cbor": "^5.1.0", "pino": "^6.7.0", "ws": "^7.4.2", "zod": "^1.11.10" }, "jest": { "roots": [ "<rootDir>" ], "transform": { "^.+\\.tsx?$": "ts-jest" }, "restoreMocks": true, "globals": { "ts-jest": { "tsConfig": "tsconfig.json", "isolatedModules": true } } } }