-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 813 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 813 Bytes
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
{
"name": "samadhaan",
"version": "1.0.0",
"description": "JanSeva monorepo",
"private": true,
"scripts": {
"dev:backend": "npm run dev --workspace backend",
"start:backend": "npm run start --workspace backend",
"dev:frontend": "npm run dev --workspace frontend",
"build:frontend": "npm run build --workspace frontend",
"preview:frontend": "npm run preview --workspace frontend"
},
"workspaces": [
"frontend",
"backend",
"ai"
],
"repository": {
"type": "git",
"url": "git+https://github.com/activateLabhesh/Samadhaan.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/activateLabhesh/Samadhaan/issues"
},
"homepage": "https://github.com/activateLabhesh/Samadhaan#readme"
}