Files
social-tw-website/packages/relay/package.json
yanlong f62775347b [Enhancement][Frontend] add userstate db & update unirep to 2.0.0 (#224)
* update unirep to v2.0.0

* fix: lint

* fix: update unirep address in relay/src/config.ts

* fix: fix hashUserId not exist

* chore: delete unused import and console.log

* chore: lint:fix

* fix: fix bug in getData

* fix(frontend): fix schema and logout

* fix(frontend): fix typo

* fix: fix type of proof

* fix: fix publicSignal type

* chore: update yarn.lock

---------

Co-authored-by: Ya-wen, Jeng <vivi432@yahoo.com.tw>
2023-12-27 00:08:51 -06:00

43 lines
1.3 KiB
JSON

{
"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"
}
}