{
  "name": "level-auto-index",
  "version": "2.0.0",
  "description": "Automatic level-agnostic secondary indexing",
  "main": "index.js",
  "scripts": {
    "test": "run-s test:*",
    "test:deps": "dependency-check ./package.json",
    "test:lint": "standard | snazzy",
    "test:tape": "tape test/* | tap-format-spec",
    "debug": "node --nolazy --inspect-brk=9229 node_modules/.bin/tape test/*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hypermodules/level-auto-index.git"
  },
  "keywords": [
    "leveldb",
    "level",
    "index",
    "secondary",
    "automatic",
    "indexing"
  ],
  "author": "Bret Comnes",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hypermodules/level-auto-index/issues"
  },
  "homepage": "https://github.com/hypermodules/level-auto-index#readme",
  "dependencies": {
    "existy": "^1.0.1",
    "level-hookdown": "^3.0.0",
    "readable-stream": "^3.4.0",
    "xtend": "^4.0.2"
  },
  "devDependencies": {
    "@tap-format/spec": "^0.2.0",
    "bytewise": "^1.1.0",
    "concat-stream": "^2.0.0",
    "dependency-check": "^3.4.1",
    "memdb": "^1.3.1",
    "memdown": "^4.1.0",
    "multilevel": "~7.2.3",
    "npm-run-all": "^4.1.5",
    "snazzy": "^8.0.0",
    "standard": "^13.1.0",
    "subleveldown": "^4.1.0",
    "tape": "^4.11.0"
  }
}
