-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 744 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 744 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
{
"name": "fff-cli",
"version": "0.1.0",
"description": "Standalone CLI tools for fast file finding and grepping using @ff-labs/fff-node",
"type": "module",
"bin": {
"ffgrep": "./bin/ffgrep",
"fffind": "./bin/fffind",
"fff-multi-grep": "./bin/fff-multi-grep",
"fff-daemon": "./bin/fff-daemon"
},
"engines": {
"node": ">=18"
},
"keywords": [
"fff",
"fast-file-finder",
"grep",
"find",
"fuzzy-search"
],
"author": "",
"license": "MIT",
"devDependencies": {
"@eslint/js": "^10.0.1",
"eslint": "^10.4.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-simple-import-sort": "^13.0.0",
"eslint-plugin-unused-imports": "^4.4.1",
"globals": "^17.6.0"
}
}