UNPKG

itemsjs-server-optimized

Version:
49 lines (48 loc) 1.1 kB
{ "name": "itemsjs-server-optimized", "version": "2.1.8", "description": "ItemsJS on steroid", "main": "lib/index.js", "scripts": { "install": "node-gyp rebuild", "test": "mocha -b --exit tests/*", "build": "node-gyp rebuild", "compile": "node-gyp build -j 12", "clean": "node-gyp clean" }, "author": "Mateusz Rzepa", "gypfile": true, "dependencies": { "bindings": "^1.5.0", "express": "^4.17.1", "lodash": "^4.17.20", "node-addon-api": "^2.0.0", "node-lmdb": "^0.8.0", "roaring": "github:cigolpl/roaring-node" }, "devDependencies": { "mocha": "^7.1.2" }, "directories": { "test": "tests" }, "repository": { "type": "git", "url": "git+https://github.com/itemsapi/itemsjs-server-optimized.git" }, "keywords": [ "full", "text", "search", "faceted", "search", "javascript", "search", "engine", "json" ], "bugs": { "url": "https://github.com/itemsapi/itemsjs-server-optimized/issues" }, "homepage": "https://github.com/itemsapi/itemsjs-server-optimized#readme" }