46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "hnswlib-node",
|
|
"version": "3.0.0",
|
|
"description": "Node.js bindings for Hnswlib",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"repository": "https://github.com/yoshoku/hnswlib-node",
|
|
"homepage": "https://github.com/yoshoku/hnswlib-node",
|
|
"author": "Atsushi Tatsuma",
|
|
"license": "Apache-2.0",
|
|
"keywords": [
|
|
"hnswlib",
|
|
"approximate nearest neighbor search",
|
|
"machine learning"
|
|
],
|
|
"gypfile": true,
|
|
"scripts": {
|
|
"prepare": "husky install",
|
|
"build": "node-gyp build",
|
|
"rebuild": "node-gyp rebuild",
|
|
"test": "jest",
|
|
"doc": "typedoc"
|
|
},
|
|
"dependencies": {
|
|
"bindings": "^1.5.0",
|
|
"node-addon-api": "^8.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^19.0.3",
|
|
"@commitlint/config-conventional": "^19.0.3",
|
|
"@types/node": "^20.1.3",
|
|
"eslint": "^8.10.0",
|
|
"eslint-plugin-jest": "^27.1.6",
|
|
"eslint-plugin-jest-extended": "^2.0.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"husky": "^9.0.11",
|
|
"jest": "^29.3.1",
|
|
"jest-extended": "^4.0.0",
|
|
"node-gyp": "^10.0.1",
|
|
"tsd": "^0.30.7",
|
|
"typedoc": "^0.25.0",
|
|
"typescript": "^5.0.4",
|
|
"yarn-release": "^1.10.3"
|
|
}
|
|
}
|