forked from GDGVIT/kargo-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 1.03 KB
/
package.json
File metadata and controls
28 lines (28 loc) · 1.03 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
{
"name": "kargo-frontend",
"version": "1.0.0",
"description": "<p align=\"center\">\r <a href=\"https://dscvit.com\">\r \t<img width=\"400\" src=\"https://user-images.githubusercontent.com/56252312/159312411-58410727-3933-4224-b43e-4e9b627838a3.png#gh-light-mode-only\" alt=\"GDSC VIT\"/>\r </a>\r \t<h2 align=\"center\"> < Insert Project Title Here > </h2>\r \t<h4 align=\"center\"> < Insert Project Description Here > <h4>\r </p>",
"main": "index.js",
"scripts": {
"dev": "cd app && npm run dev",
"build": "cd app && npm run build",
"start": "cd app && npm run start",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/GDGVIT/kargo-frontend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/GDGVIT/kargo-frontend/issues"
},
"homepage": "https://github.com/GDGVIT/kargo-frontend#readme",
"devDependencies": {
"prettier": "^3.6.2"
}
}