Files
zkl-ccir/package.json
Yigid BALABAN a920a7d21a Initial commit
users route is incomplete
can auth using SIWE and SIWS when used with zkl-roadhog
more to come...
2024-10-01 22:46:45 +03:00

27 lines
536 B
JSON

{
"name": "zkl-ccir",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "pnpx nodemon ./index.js"
},
"keywords": [],
"author": "Yigid BALABAN <fyb@fybx.dev>",
"license": "AGPL-3.0-only",
"dependencies": {
"bs58": "^6.0.0",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"elliptic": "^6.5.7",
"express": "^4.21.0",
"mongoose": "^8.7.0",
"morgan": "^1.10.0",
"siwe": "^2.3.2",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"nodemon": "^3.1.7"
}
}