{
  "name": "@webassembly/sqlite3",
  "description": "Asynchronous, non-blocking SQLite3 bindings",
  "version": "5.1.7",
  "homepage": "https://github.com/wasmpolyfills/node-sqlite3",
  "author": {
    "name": "MapBox",
    "url": "https://mapbox.com/"
  },
  "scripts": {
    "pretest": "node test/support/createdb.js",
    "test": "test/rewrite-tests.sh mocha -R spec --timeout 480000",
    "build": "tsc && make -f pure/Makefile",
    "prepack": "tsc && pure/build.sh --production",
    "prettier": "prettier --write 'lib/**/*.ts' postlude.js",
    "eslint": "eslint '**/*ts'"
  },
  "contributors": [
    "Konstantin Käfer <mail@kkaefer.com>",
    "Dane Springmeyer <dane@mapbox.com>",
    "Will White <will@mapbox.com>",
    "Orlando Vazquez <ovazquez@gmail.com>",
    "Artem Kustikov <kustikoff@gmail.com>",
    "Eric Fredricksen <efredricksen@gmail.com>",
    "John Wright <mrjjwright@gmail.com>",
    "Ryan Dahl <ry@tinyclouds.org>",
    "Tom MacWright <tom@mapbox.com>",
    "Carter Thaxton <carter.thaxton@gmail.com>",
    "Audrius Kažukauskas <audrius@neutrino.lt>",
    "Johannes Schauer <josch@pyneo.org>",
    "Nathan Rajlich <nathan@tootallnate.net>",
    "AJ ONeal <coolaj86@gmail.com>",
    "Mithgol",
    "Ben Noordhuis <ben@strongloop.com>"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/wasmpolyfills/node-sqlite3.git"
  },
  "devDependencies": {
    "@blitz/eslint-plugin": "^0.0.22",
    "@mapbox/cloudfriend": "^1.9.0",
    "@types/node": "^15.0.2",
    "aws-sdk": "2.x",
    "eslint": "^7.32.0",
    "mocha": "^5.2.0",
    "prettier": "^2.3.2",
    "typescript": "^4.2.4"
  },
  "license": "BSD-3-Clause",
  "keywords": [
    "sql",
    "sqlite",
    "sqlite3",
    "database"
  ],
  "main": "./lib/sqlite3",
  "engines": {
    "node": ">=14.6.0"
  }
}