{
  "name": "@fork-anyone/sqlcipher",
  "version": "5.3.8",
  "description": "Asynchronous, non-blocking SQLCipher bindings",
  "keywords": [
    "sql",
    "sqlite",
    "sqlite3",
    "database"
  ],
  "homepage": "http://github.com/journeyapps/node-sqlcipher",
  "repository": {
    "type": "git",
    "url": "git://github.com/journeyapps/node-sqlcipher.git"
  },
  "license": "BSD-3-Clause",
  "author": {
    "name": "JourneyApps",
    "url": "https://journeyapps.com/"
  },
  "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>"
  ],
  "main": "./lib/sqlite3",
  "types": "./lib/sqlite3.d.ts",
  "files": [
    "lib/**/*.js",
    "lib/**/*.ts",
    "sqlite3.js",
    "binding.gyp",
    "deps",
    ".nvmrc",
    "src"
  ],
  "binary": {
    "module_name": "node_sqlite3",
    "module_path": "./lib/binding/napi-v{napi_build_version}-{platform}-{arch}",
    "remote_path": "./@journeyapps/sqlcipher/v5.3.1/{toolset}/",
    "package_name": "napi-v{napi_build_version}-{platform}-{arch}.tar.gz",
    "host": "https://journeyapps-node-binary.s3.amazonaws.com",
    "napi_versions": [
      6
    ]
  },
  "scripts": {
    "build": "node-gyp rebuild --target=22.3.13 --dist-url https://npm.taobao.org/mirrors/electron",
    "build:ia32": "node-gyp rebuild --target=22.3.13 -target_arch=ia32 --dist-url https://npm.taobao.org/mirrors/electron",
    "build:node": "node-gyp rebuild --target=16.17.1 --target_arch=x64",
    "build:x64": "node-gyp rebuild --target=22.3.13 -target_arch=x64 --dist-url https://npm.taobao.org/mirrors/electron",
    "configure": "node-gyp configure --target=22.3.13 --dist-url https://npm.taobao.org/mirrors/electron --python /usr/local/bin/python3 -- -f xcode",
    "publish_to_sfnpm": "npm publish --registry=https://artifactory.sf-express.com/artifactory/api/npm/npm/",
    "pretest": "node test/support/createdb.js",
    "test": "mocha -R spec --timeout 480000"
  },
  "dependencies": {
    "@mapbox/node-pre-gyp": "^1.0.11",
    "node-addon-api": "^3.0.0"
  },
  "devDependencies": {
    "aws-sdk": "^2.641.0",
    "eslint": "3.5.0",
    "mocha": "^5.2.0",
    "node-abi": "^4.12.0",
    "node-gyp": "^11.4.2"
  }
}
