-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 769 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 769 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
{
"name": "chatapp",
"version": "1.0.0",
"description": "��c\u0000h\u0000a\u0000t\u0000 \u0000a\u0000p\u0000p\u0000\r\u0000 \u0000",
"main": "index.js",
"engines": {
"node": ">=22.0.0"
},
"scripts": {
"build": "npm install --prefix backend && npm install --prefix frontend && npm run build --prefix frontend",
"start": "npm run start --prefix backend"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fernandesjeevan/chatApp.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/fernandesjeevan/chatApp/issues"
},
"homepage": "https://github.com/fernandesjeevan/chatApp#readme",
"dependencies": {
"cloudinary": "^2.5.1"
}
}