{
  "name": "sqlite",
  "version": "3.0.0",
  "description": "SQLite client for Node.js applications with SQL-based migrations API",
  "repository": "kriasoft/node-sqlite",
  "author": "Kriasoft <hello@kriasoft.com> (https://www.kriasoft.com)",
  "contributors": [
    "Konstantin Tarkus <hello@tarkus.me> (https://twitter.com/koistya)",
    "Theo Gravity <theo@suteki.nu> (https://www.npmjs.com/~theo.gravity)"
  ],
  "keywords": [
    "sqlite",
    "db",
    "database",
    "sql",
    "migrate",
    "migration",
    "migrations",
    "migrator",
    "seed",
    "seeds",
    "seeder",
    "node",
    "node5",
    "babel",
    "es6",
    "async",
    "promise",
    "promises",
    "api"
  ],
  "license": "MIT",
  "main": "main.js",
  "jsnext:main": "main.mjs",
  "types": "main.d.ts",
  "dependencies": {
    "sqlite3": "^4.0.0"
  },
  "optionalDependencies": {
    "sql-template-strings": "^2.2.2"
  }
}