-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·36 lines (36 loc) · 994 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·36 lines (36 loc) · 994 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
34
35
36
{
"name": "borley",
"version": "1.0.0",
"description": "my npm",
"private": "true",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/borley1211/dotfiles.git"
},
"author": "Kazuma Miebori",
"license": "MIT",
"bugs": {
"url": "https://github.com/borley1211/dotfiles/issues"
},
"homepage": "https://github.com/borley1211/dotfiles#readme",
"devDependencies": {
"bash-language-server": "latest",
"neovim": "latest",
"npm": "latest",
"npm-check-updates": "latest"
},
"overrides": {
"brace-expansion@<2.0.2": "^2.0.2",
"glob@<11.0.0": "^11.0.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"packageManager": "pnpm@11.1.3+sha512.c85357fe17ca12dd23dd7071822666dfd7e3cb76fe214e3370b5ea2fb34f2a231185509b63e717f3cd0acb38dd3f8d82bcd5e8172400ae678b70ea4fbed0896d"
}