{ "name": "tovarish-relayer", "version": "1.0.0", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "typechain": "typechain --target ethers-v6 --out-dir src/typechain src/abi/*.json", "lint": "eslint src/**/*.ts --ext .ts --ignore-pattern src/typechain", "build": "tsc --declaration", "dev": "ts-node ./src/start.ts", "start": "node ./lib/start.js", "test": "echo \"Error: no test specified\" && exit 1" }, "license": "MIT", "dependencies": { "@fastify/cors": "^10.0.1", "@tornado/core": "git+https://git.tornado.ws/tornadocontrib/tornado-core.git#9f4044d11033e99e0a863989864d1578a93de531", "bloomfilter.js": "^1.0.2", "dotenv": "^16.4.5", "fastify": "^5.0.0", "winston": "^3.14.2" }, "devDependencies": { "@typechain/ethers-v6": "^0.5.1", "@types/node": "^22.7.5", "@typescript-eslint/eslint-plugin": "^8.9.0", "@typescript-eslint/parser": "^8.9.0", "eslint": "8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-import-resolver-typescript": "^3.6.3", "eslint-plugin-import": "^2.31.0", "eslint-plugin-prettier": "^5.2.1", "prettier": "^3.3.3", "ts-node": "^10.9.2", "typechain": "^8.3.2", "typescript": "^5.6.3" }, "resolutions": { "strip-ansi": "6.0.1" } }