forked from unum-cloud/usearch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 859 Bytes
/
package.json
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
{
"name": "usearch",
"version": "2.2.0",
"description": "Smaller & Faster Single-File Vector Search Engine from Unum",
"author": "Ash Vardanian",
"license": "Apache 2.0",
"main": "javascript/usearch.js",
"repository": {
"type": "git",
"url": "https://github.com/unum-cloud/usearch.git"
},
"gypfile": true,
"engines": {
"node": "~10 >=10.20 || >=12.17"
},
"dependencies": {
"@types/node": "^20.4.5",
"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.1.1",
"typescript": "^5.1.6"
}
}