-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 891 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 891 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
31
32
{
"name": "chatrealm.live",
"version": "1.0.0",
"description": "A real-time anonymous chat application that allows users to connect securely without sign-ups or personal details. Features include text and video chat, interest-based matching, and a user-friendly interface.",
"private": true,
"scripts": {
"format": "pnpm run -r format",
"lint": "pnpm run -r lint",
"build": "pnpm run -r build",
"start": "pnpm run -r start",
"dev": "pnpm run -r dev",
"prepare": "husky"
},
"keywords": [
"chat",
"real-time",
"anonymous",
"secure",
"video",
"text",
"webrtc"
],
"author": "Deva Kumar Kilim",
"license": "ISC",
"packageManager": "pnpm@9.14.2",
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/prompt-cli": "^19.7.0",
"husky": "^9.1.7"
}
}