46 lines
1.6 KiB
JSON
46 lines
1.6 KiB
JSON
{
|
|
"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 --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",
|
|
"bloomfilter.js": "^1.0.2",
|
|
"dotenv": "^16.4.7",
|
|
"fastify": "^5.2.0",
|
|
"tornado-scripts": "git+https://github.com/tornadocontrib/tornado-scripts.git#5bfef2a2ae887b4cc065af34b6ea106fc3cacde1",
|
|
"winston": "^3.17.0"
|
|
},
|
|
"devDependencies": {
|
|
"@typechain/ethers-v6": "^0.5.1",
|
|
"@types/node": "^22.10.2",
|
|
"eslint": "^9.17.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-import-resolver-typescript": "^3.7.0",
|
|
"eslint-plugin-import": "^2.31.0",
|
|
"eslint-plugin-prettier": "^5.2.1",
|
|
"prettier": "^3.4.2",
|
|
"ts-node": "^10.9.2",
|
|
"tsc": "^2.0.4",
|
|
"typechain": "^8.3.2",
|
|
"typescript": "^5.7.2",
|
|
"typescript-eslint": "^8.18.2"
|
|
},
|
|
"resolutions": {
|
|
"@adraffy/ens-normalize": "1.10.1",
|
|
"@noble/curves": "1.2.0",
|
|
"@noble/hashes": "1.3.2",
|
|
"big-integer": "1.6.52",
|
|
"ffjavascript": "git+https://github.com/tornadocontrib/ffjavascript.git#fc766f09818d46967d1329c0fc8e361d8b349109"
|
|
}
|
|
}
|