-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 825 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 825 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
{
"name": "chatify",
"version": "1.0.0",
"description": "MERN Full-Stack Chat App",
"main": "index.js",
"scripts": {
"install:backend": "npm install --no-audit --no-fund --prefix backend",
"install:frontend": "npm install --no-audit --no-fund --include=dev --prefix frontend",
"build:frontend": "npm run build --prefix frontend",
"build": "npm run install:backend && npm run install:frontend && npm run build:frontend",
"start": "npm run start --prefix backend"
},
"engines": {
"node": ">=18.17.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iurig21/chatify.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/iurig21/chatify/issues"
},
"homepage": "https://github.com/iurig21/chatify#readme"
}