Skip to content

Commit da100b8

Browse files
authored
Update package.json with project details.
Added project metadata and restored devDependencies.
1 parent 5449295 commit da100b8

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

package.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
{
2-
"devDependencies": {
3-
"@commitlint/cli": "^19.1.0",
4-
"@commitlint/config-conventional": "^19.1.0",
5-
"husky": "^9.0.11"
6-
},
2+
"name": "biland",
3+
"version": "1.0.0",
4+
"description": "Bihar Culture Landing project! This website celebrates the rich heritage, vibrant culture, and beautiful traditions of Bihar.",
5+
"author": "Md Irfan Raj",
6+
"license": "",
7+
"type": "module",
78
"scripts": {
89
"prepare": "husky",
910
"commitlint": "commitlint --edit"
1011
},
11-
"type": "module"
12+
"devDependencies": {
13+
"@commitlint/cli": "^19.1.0",
14+
"@commitlint/config-conventional": "^19.1.0",
15+
"husky": "^9.0.11"
16+
}
1217
}

0 commit comments

Comments
 (0)