{
  "name": "@slapdash/better-sqlite3-sqleet",
  "version": "7.1.2",
  "description": "The fastest and simplest library for SQLite3-sqleet in Node.js.",
  "homepage": "https://github.com/slapdash/better-sqlite3-sqleet",
  "author": "Oleg S <oleg@slapdash.com>",
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/slapdash/better-sqlite3-sqleet.git"
  },
  "dependencies": {
    "bindings": "^1.5.0",
    "prebuild-install": "^6.0.1",
    "tar": "^6.1.0"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "cli-color": "^2.0.0",
    "fs-extra": "^8.1.0",
    "mocha": "^7.0.1",
    "nodemark": "^0.3.0",
    "prebuild": "^10.0.1",
    "sqlite": "^3.0.3"
  },
  "scripts": {
    "install": "prebuild-install || npm run build-release",
    "build-release": "node-gyp rebuild --release",
    "build-debug": "node-gyp rebuild --debug",
    "test": "mocha --exit --slow=75 --timeout=5000",
    "benchmark": "node benchmark",
    "download": "sh ./deps/download.sh"
  },
  "license": "MIT",
  "keywords": [
    "sql",
    "sqlite",
    "sqlite3",
    "transactions",
    "user-defined functions",
    "aggregate functions",
    "window functions",
    "database"
  ]
}
