forked from vedantmgoyal9/vedantmgoyal9
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.14 KB
/
package.json
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
38
39
40
41
42
43
44
45
46
47
48
{
"name": "vedantmgoyal9",
"version": "1.0.0",
"description": "Personal website, docs, GitHub bot, and more!",
"private": true,
"main": "index.js",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vedantmgoyal9/vedantmgoyal9.git"
},
"keywords": [
"java",
"python",
"typescript"
],
"author": "Vedant",
"license": "MIT",
"bugs": {
"email": "[email protected]",
"url": "https://github.com/vedantmgoyal9/vedantmgoyal9/issues"
},
"homepage": "https://github.com/vedantmgoyal9/vedantmgoyal9#readme",
"dependencies": {
"@commitlint/config-conventional": "^18.6.2",
"@commitlint/format": "^18.6.1",
"@commitlint/lint": "^18.6.1",
"playwright": "^1.42.1",
"probot": "^13.1.0"
},
"devDependencies": {
"prettier": "^3.2.5",
"typescript": "^5.4.5",
"vercel": "^33.7.1"
},
"prettier": {
"arrowParens": "always",
"bracketSameLine": true,
"endOfLine": "lf",
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"singleQuote": true
}
}