{ "name": "@unirep-app/relay", "version": "1.0.0", "description": "> TODO: description", "author": "Unirep social TW", "homepage": "https://github.com/social-tw/social-tw-website", "license": "ISC", "repository": "https://github.com/social-tw/social-tw-website.git", "scripts": { "build": "tsc && yarn keys", "start": "ts-node ./src/index.ts", "debug": "node --inspect -r ts-node/register ./src/index.ts", "keys": "sh scripts/loadKeys.sh", "test": "hardhat test" }, "dependencies": { "@helia/json": "^1.0.0", "@types/crypto-js": "^4.1.1", "@unirep-app/contracts": "1.0.0", "@unirep/core": "2.0.0", "dotenv": "^16.0.3", "express": "^4.18.2", "helia": "^2.0.1", "kubo-rpc-client": "^3.0.1", "node-fetch": "2", "socket.io": "^4.7.2", "socket.io-client": "^4.7.2", "tsimportlib": "^0.0.5", "twitter-api-sdk": "^1.2.1" }, "main": "index.js", "devDependencies": { "@nomiclabs/hardhat-ethers": "^2.2.0", "@types/mocha": "^10.0.1", "@types/node-fetch": "^2.6.4", "chai-http": "^4.4.0", "hardhat": "^2.17.1", "nock": "^13.3.3", "ts-node": "^10.9.1", "typescript": "^5.0.3" } }