-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 823 Bytes
/
package.json
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
31
32
33
34
{
"name": "quick",
"version": "1.0.0",
"description": "real time chat application",
"scripts": {
"dev:server": "npm run dev --prefix server",
"dev:client": "npm run dev --prefix client",
"dev": "concurrently \"npm run dev:server\" \"npm run dev:client\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/SHABIN-K/Quick.git"
},
"keywords": [
"quick",
"chatapplication",
"real-time",
"chatapp",
"fast",
"speedy"
],
"author": "Mohammed shabin k",
"license": "ISC",
"bugs": {
"url": "https://github.com/SHABIN-K/Quick/issues"
},
"homepage": "https://github.com/SHABIN-K/Quick#readme",
"devDependencies": {
"@playwright/test": "^1.44.0",
"@types/node": "^20.12.12",
"concurrently": "^8.2.2",
"nodemon": "^3.1.0"
}
}