-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.13 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
{
"name": "stellar-medrec",
"version": "1.0.0",
"description": "A medical record management system on the Stellar blockchain.",
"main": "src/app.ts",
"scripts": {
"start": "ts-node src/app.ts",
"build": "tsc",
"test": "jest"
},
"dependencies": {
"@simplewebauthn/browser": "^13.1.0",
"@simplewebauthn/server": "^13.1.1",
"@supabase/supabase-js": "^2.49.4",
"circomlibjs": "^0.1.7",
"dotenv": "^16.5.0",
"formdata-node": "^6.0.3",
"express": "^4.21.2",
"openpgp": "^6.1.0",
"stellar-sdk": "^13.3.0",
"web3.storage": "^4.5.5"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/jest": "^27.0.2",
"@types/node": "^16.11.7",
"@types/openpgp": "^4.4.22",
"@types/react": "^19.1.4",
"@types/react-dom": "^19.1.5",
"jest": "^27.0.6",
"supabase": "^2.22.12",
"ts-node": "^10.4.0",
"typescript": "^4.5.2"
},
"repository": {
"type": "git",
"url": "https://github.com/yourusername/stellar-medrec.git"
},
"keywords": [
"stellar",
"blockchain",
"medical",
"records"
],
"author": "Your Name",
"license": "MIT"
}