sonic-server 1.7.0

Fast, lightweight and schema-less search backend.
{
  "name": "sonic-tests-e2e-node",
  "description": "Sonic Node.js end-to-end tests",
  "version": "1.0.0",
  "main": "runner.js",
  "homepage": "https://github.com/valeriansaliou/sonic",
  "license": "ISC",
  "engineStrict": true,
  "engines": {
    "node": ">=10.0.0",
    "npm": ">=6.0.0"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": {
    "name": "Nikita Vilunov",
    "email": "nikitaoryol@gmail.com"
  },
  "dependencies": {
    "sonic-channel": "^1.2.5"
  }
}