-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.29 KB
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
48
49
50
51
52
{
"name": "proofly",
"version": "1.0.0",
"private": true,
"description": "Proofly — Digital credentials you can prove on Polygon",
"workspaces": [
"packages/*",
"services/*"
],
"scripts": {
"build": "npm run build --workspaces",
"test": "npm run test --workspaces",
"dev:api": "npm --workspace=services/api run dev",
"compile:contracts": "npm --workspace=packages/contracts run compile",
"test:contracts": "npm --workspace=packages/contracts run test"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.588.0",
"@aws-sdk/client-ses": "^3.1118.0",
"@aws-sdk/s3-request-presigner": "^3.588.0",
"@supabase/supabase-js": "^2.43.4",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"ethers": "^6.13.0",
"express": "^4.19.2",
"helmet": "^7.1.0",
"jsonwebtoken": "^9.0.2",
"morgan": "^1.10.0",
"pdfkit": "^0.15.0",
"qrcode": "^1.5.4",
"uuid": "^9.0.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/morgan": "^1.9.9",
"@types/node": "^20.14.2",
"typescript": "^5.4.5"
},
"keywords": [
"polygon",
"certificates",
"credentials",
"amoy",
"web3",
"supabase"
],
"author": "",
"license": "ISC"
}