{ "name": "relayer", "version": "1.0.0", "description": "This project was bootstrapped with Fastify-CLI.", "main": "app.ts", "directories": { "test": "test" }, "scripts": { "test": "npm run build:ts && tsc -p test/tsconfig.json && tap --ts \"test/**/*.test.ts\"", "start": "npm run build:ts && fastify start -l info dist/app.js", "build:ts": "tsc && pnpm run copy-assets", "watch:ts": "tsc -w && pnpm run copy-assets", "dev": "npm run build:ts && concurrently -k -p \"[{name}]\" -n \"TypeScript,App\" -c \"yellow.bold,cyan.bold\" \"npm:watch:ts\" \"npm:dev:start\"", "dev:start": "fastify start --ignore-watch=.ts$ -w -l info -P dist/app.js", "typechain": "typechain ../contracts/build/contracts/contracts/GlobalAnonymousFeed.sol/GlobalAnonymousFeed.json --target ethers-v5 --out-dir src/abi --show-stack-traces", "copy-assets": "cp -r ./src/assets ./dist/" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@ethersproject/bignumber": "^5.7.0", "@ethersproject/providers": "^5.7.2", "@ethersproject/wallet": "^5.7.0", "@fastify/autoload": "^5.0.0", "@fastify/sensible": "^5.0.0", "fastify": "^4.0.0", "fastify-cli": "^5.7.1", "fastify-plugin": "^4.0.0", "rlnjs": "^2.0.6", "zkitter-js": "^1.1.11" }, "devDependencies": { "@ethersproject/abi": "^5.7.0", "@ethersproject/abstract-provider": "^5.7.0", "@fastify/cors": "^8.2.1", "@fastify/static": "^6.10.0", "@fastify/type-provider-json-schema-to-ts": "^2.2.2", "@types/node": "^18.0.0", "@types/tap": "^15.0.5", "@unirep/contracts": "^2.0.0-beta-1", "@unirep/circuits": "^2.0.0-beta-1", "@unirep/utils": "^2.0.0-beta-1", "concurrently": "^7.0.0", "ethers": "^5.7.2", "fastify-tsconfig": "^1.0.1", "prettier": "^2.8.4", "tap": "^16.1.0", "ts-node": "^10.4.0", "typechain": "^8.1.1", "typescript": "^4.5.4" } }