-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 758 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 758 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
31
32
33
{
"name": "dotfiles",
"version": "1.0.0",
"description": "A simple way to keep all my custom settings for Bash, ZSH, VSCode, and my terminal in sync across devices.",
"keywords": [
"rc",
"settings",
"configuration",
"vscode",
"code",
"hyper",
"bash",
"zsh"
],
"homepage": "https://github.com/HeyProtagonist/dotfiles#readme",
"bugs": {
"url": "https://github.com/HeyProtagonist/dotfiles/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HeyProtagonist/dotfiles.git"
},
"license": "MIT",
"author": "HeyProtagonist",
"type": "module",
"main": "src/main.js",
"scripts": {
"start": "node src/index.js"
},
"dependencies": {
"jsonc-parser": "^3.3.1"
}
}