-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 743 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 743 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
{
"name": "rahulja.in",
"version": "1.0.0",
"description": "Rahul Jain's Personal Website",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "prettier --check .",
"format": "prettier --write .",
"test": "playwright test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xRahul/xRahul.github.io.git"
},
"keywords": [],
"author": "Rahul Jain",
"license": "ISC",
"bugs": {
"url": "https://github.com/xRahul/xRahul.github.io/issues"
},
"homepage": "https://github.com/xRahul/xRahul.github.io#readme",
"devDependencies": {
"@playwright/test": "^1.58.0",
"prettier": "^3.8.1",
"vite": "^7.3.1"
}
}