-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 843 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 843 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
37
38
{
"name": "zsh-smart-insert",
"version": "1.0.0",
"description": "Zsh plugin to smartly insert file paths using FZF, fd, rg and custom prefixes.",
"repository": {
"type": "git",
"url": "https://github.com/lgdevlop/zsh-smart-insert.git"
},
"author": "Leonardo Gomes <https://github.com/lgdevlop>",
"license": "MIT",
"keywords": [
"zsh",
"plugin",
"fzf",
"fd",
"ripgrep",
"zsh-plugin",
"autocomplete",
"file-search",
"terminal",
"prefix",
"insertion"
],
"devDependencies": {
"@changesets/cli": "^2.28.1",
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"commitlint-config-gitmoji": "^2.3.1",
"husky": "^9.1.7"
},
"engines": {
"node": ">=18.0.0",
"yarn": "^1.22.0"
},
"scripts": {
"prepare": "husky"
}
}