forked from RatLoopz/sahidawa-india
-
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.46 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.46 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": "sahidawa-india",
"version": "1.0.0",
"private": true,
"description": "India's First Open-Source Citizen Medicine Verifier & Rural Health Bridge",
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"dev": "npm run dev --workspaces --if-present",
"build": "npm run build --workspaces --if-present",
"test": "npm run test --workspaces --if-present",
"test:a11y:voice": "npm run test:a11y:voice -w web",
"prepare": "command -v husky >/dev/null 2>&1 && husky || true",
"check:migrations": "node scripts/check-migrations.js"
},
"keywords": [
"medicine",
"verification",
"health",
"gssoc",
"cdsco"
],
"author": "",
"license": "MIT",
"dependencies": {
"@supabase/supabase-js": "^2.106.2",
"cors": "^2.8.6",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"helmet": "^8.2.0",
"morgan": "^1.10.1",
"redis": "^5.12.1",
"winston-daily-rotate-file": "^5.0.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@parcel/watcher": "^2.5.6",
"@types/winston": "^2.4.4",
"husky": "^9.1.7",
"lint-staged": "^17.0.5",
"prettier": "^3.8.3",
"prettier-plugin-tailwindcss": "^0.8.0"
},
"overrides": {
"@zxing/library": "0.23.0"
},
"lint-staged": {
"*.{ts,tsx,js,jsx,md,json}": "prettier --write"
}
}