{ "name": "similarity-search", "version": "1.0.2", "description": "A Node.js module for word order independent string similarity search", "main": "index.js", "engines": { "node": ">=14.0.0" }, "scripts": { "install": "node-gyp rebuild", "rebuild": "node-gyp rebuild", "build": "node-gyp rebuild", "clean": "node-gyp clean", "configure": "node-gyp configure", "test": "node test.js", "pretest": "npm run build" }, "keywords": [ "search", "similarity", "string", "fuzzy", "native", "addon", "c++", "performance" ], "author": "", "license": "MIT", "dependencies": { "nan": "^2.22.2", "node-addon-api": "^6.0.0", "node-gyp": "^11.2.0" }, "devDependencies": { }, "repository": { "type": "git", "url": "" }, "files": [ "index.js", "binding.gyp", "similarity_search.c", "similarity_search.h", "similarity_search_addon.cc", "README.md" ], "gypfile": true, "os": [ "win32", "darwin", "linux" ], "cpu": [ "x64", "arm64" ] }