-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1 KB
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
35
36
37
{
"name": "@pixelmeet/backend",
"version": "0.0.0",
"description": "Project description",
"author": "Fizan Muhammed Faisal fizanmuhammedfaisal.k@gmail.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/fizanmuhammedfaisal/pixelmeet-backend.git"
},
"keywords": [
"PixelMeet",
"Backend",
"Node.js",
"TypeScript",
"GatherTown",
"Monorepo"
],
"scripts": {
"prepare": "husky",
"commit": "cz",
"format:fix": "bash scripts/format-changed.sh",
"format:check": "bash scripts/format-check.sh"
},
"devDependencies": {
"@commitlint/cli": "^20.1.0",
"@commitlint/config-conventional": "^20.0.0",
"@commitlint/cz-commitlint": "^20.1.0",
"husky": "^9.1.7"
},
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
},
"packageManager": "pnpm@10.18.0+sha512.e804f889f1cecc40d572db084eec3e4881739f8dec69c0ff10d2d1beff9a4e309383ba27b5b750059d7f4c149535b6cd0d2cb1ed3aeb739239a4284a68f40cfa"
}