{
  "name": "sqlite-express",
  "version": "6.0.3",
  "description": "functions for sqlite3",
  "main": "index.js",
  "scripts": {
    "test": "vitest run"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Gabrielito666/sqlite-express.git"
  },
  "author": "Gabrielito666",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Gabrielito666/sqlite-express/issues"
  },
  "homepage": "https://github.com/Gabrielito666/sqlite-express#readme",
  "dependencies": {
    "sqlite3": "^5.1.6"
  },
  "devDependencies": {
    "vitest": "^3.2.4"
  }
}
