{
"name": "usearch",
"version": "0.6.0",
"description": "Smaller & Faster Single-File Vector Search Engine from Unum",
"author": "Ashot Vardanian",
"license": "Apache 2.0",
"repository": {
"type": "git",
"url": "https://github.com/unum-cloud/usearch.git"
},
"gypfile": true,
"engines": {
"node": "~10 >=10.20 || >=12.17"
},
"dependencies": {
"bindings": "~1.2.1",
"node-addon-api": "^3.0.0"
},
"scripts": {
"test": "node javascript/test.js"
},
"devDependencies": {
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"conventional-changelog-eslint": "^3.0.9",
"semantic-release": "^21.0.2"
}
}