-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 714 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 714 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
{
"name": "chatapp",
"version": "1.0.0",
"description": "Start Chatting on [open-chatapp](https://open-chatapp.herokuapp.com/) .",
"scripts": {
"bootstrap": "npm install && npm install --prefix=apps/chatjs",
"production": "npm run production --prefix=apps/chatjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Arvind-4/Chatapp.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Arvind-4/Chatapp/issues"
},
"homepage": "https://github.com/Arvind-4/Chatapp#readme",
"devDependencies": {
"copyfiles": "^2.0.0",
"cross-env": "^7.0.3",
"npm-run-all": "^4.1.5",
"renamer": "^0.7.0",
"rimraf": "^3.0.2"
}
}