-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.27 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "app-server",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"build": "npx tsc",
"start": "node dist/index.js",
"dev": "nodemon src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"docs-create": "npx p2o docs/trusted-setup-api.postman_collection.json -f docs/main.yml"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zkparty/setup-mpc-ui.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zkparty/setup-mpc-ui/issues"
},
"homepage": "https://github.com/zkparty/setup-mpc-ui#readme",
"dependencies": {
"dotenv": "^16.0.1",
"ethers": "^5.6.9",
"express": "^4.18.1",
"express-session": "^1.17.3",
"firebase-admin": "^11.0.1",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.10.0",
"passport": "^0.6.0",
"passport-github2": "^0.1.12"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/express-session": "^1.17.5",
"@types/morgan": "^1.9.3",
"@types/node": "^18.6.4",
"@types/passport": "^1.0.10",
"@types/passport-github2": "^1.2.5",
"apidoc": "^0.52.0",
"nodemon": "^2.0.19",
"postman-to-openapi": "^2.6.0",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
}
}