{ "name": "similarity-search", "version": "1.0.0", "description": "A Node.js module for word order independent string similarity search", "main": "index.js", "scripts": { "install": "node-gyp rebuild", "test": "node test.js" }, "keywords": [ "search", "similarity", "string", "fuzzy" ], "author": "", "license": "MIT", "dependencies": { "nan": "^2.22.2", "node-addon-api": "^6.0.0" }, "gypfile": true }