{
  "name": "larvitdb",
  "version": "3.2.124",
  "description": "DB wrapper module for node.js",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "larvitutils": "5.1.146",
    "mysql2": "3.9.3"
  },
  "devDependencies": {
    "eslint": "8.57.1",
    "nyc": "17.1.0",
    "tape": "5.9.0"
  },
  "scripts": {
    "lint": "eslint *.js test/*.js",
    "test": "npm run lint && nyc tape test/*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/larvit/larvitdb.git"
  },
  "keywords": [
    "db",
    "database",
    "wrapper",
    "mysql",
    "mariadb"
  ],
  "author": {
    "name": "Mikael 'Lilleman' Göransson",
    "email": "lilleman@larvit.se"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/larvit/larvitdb/issues"
  },
  "homepage": "https://github.com/larvit/larvitdb#readme",
  "maintainers": [
    {
      "name": "lilleman",
      "email": "lilleman@larvit.se"
    }
  ]
}
