{
  "name": "alopex",
  "version": "1.2.8",
  "description": "Databases for lazy people.",
  "main": "index.js",
  "scripts": {
    "test": "mocha",
    "test-all": "docker-compose up --build --force-recreate",
    "docs-watch": "watch -n 1 \"npm run docs\"",
    "docs": "jsdoc -c .jsdoc.json *",
    "standard": "standard \"*.js\" --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GerbenAaltink/alopex.git"
  },
  "keywords": [
    "dataset",
    "sqlite",
    "orm",
    "database",
    "sql",
    "data",
    "memory",
    "cache",
    "json",
    "serialize",
    "store",
    "persistent",
    "prototyping",
    "backend"
  ],
  "author": "Gerben Aaltink",
  "license": "ISC",
  "dependencies": {
    "sqlite-async": "^1.2.0",
    "sqlite3": "^5.1.7"
  },
  "devDependencies": {
    "jsdoc": "^4.0.3",
    "mocha": "^10.7.3",
    "standard": "^14.3.4"
  },
  "bugs": {
    "url": "https://github.com/GerbenAaltink/alopex/issues"
  },
  "homepage": "https://github.com/GerbenAaltink/alopex#readme",
  "directories": {
    "doc": "docs",
    "test": "test"
  }
}
