19 lines
332 B
JSON
19 lines
332 B
JSON
{
|
|
"name": "fzf",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"license": "ISC",
|
|
"author": "",
|
|
"type": "commonjs",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.14.0"
|
|
},
|
|
"dependencies": {
|
|
"fast-fuzzy": "^1.12.0"
|
|
}
|
|
}
|