forked from Elcare-care/elcare-care-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 890 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 890 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "elcarehub",
"version": "1.0.0",
"private": true,
"description": "ElcareHub — Decentralized African art marketplace on Stellar + Soroban",
"scripts": {
"dev:frontend": "npm run dev --prefix frontend/elcarehub-app",
"dev:indexer": "npm run dev --prefix indexer",
"build:frontend": "npm run build --prefix frontend/elcarehub-app",
"build:indexer": "npm run build --prefix indexer",
"test:frontend": "npm run test --prefix frontend/elcarehub-app",
"test:indexer": "npm run test --prefix indexer",
"test:e2e": "npm run test:e2e --prefix frontend/elcarehub-app",
"lint:frontend": "npm run lint --prefix frontend/elcarehub-app",
"lint:indexer": "npm run lint --prefix indexer",
"install:all": "npm ci --prefix frontend/elcarehub-app && npm ci --prefix indexer"
},
"workspaces": [
"frontend/elcarehub-app",
"indexer"
]
}