{
  "name": "axiodb",
  "version": "14.1.4",
  "description": "The Pure JavaScript Alternative to SQLite. Embedded NoSQL database for Node.js with MongoDB-style queries, zero native dependencies, built-in InMemoryCache, and web GUI. Perfect for desktop apps, CLI tools, and embedded systems. No compilation, no platform issues—pure JavaScript from npm install to production.",
  "main": "./lib/config/DB.js",
  "types": "./lib/config/DB.d.ts",
  "scripts": {
    "test": "node ./Test/run.js",
    "build": "tsc"
  },
  "keywords": [
    "axiodb",
    "database",
    "nosql",
    "embedded-database",
    "sqlite-alternative",
    "mongodb-queries",
    "file-database",
    "json-database",
    "nodejs",
    "typescript",
    "zero-dependencies",
    "no-native-bindings",
    "in-memory-cache",
    "caching",
    "schema-validation",
    "aggregation",
    "aggregation-pipeline",
    "bulk-operations",
    "worker-threads",
    "multi-core",
    "desktop-app",
    "cli-tool",
    "electron",
    "web-gui",
    "database-gui",
    "query-builder",
    "chainable-api",
    "fluent-api",
    "fast",
    "lightweight",
    "scalable",
    "production-ready",
    "developer-friendly",
    "open-source",
    "cross-platform"
  ],
  "author": "Ankan Saha",
  "license": "MIT",
  "homepage": "https://axiodb.in",
  "funding": {
    "type": "git",
    "url": "https://github.com/sponsors/AnkanSaha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nexoral/AxioDB"
  },
  "dependencies": {
    "@fastify/cookie": "^10.0.1",
    "@fastify/cors": "^11.0.1",
    "@fastify/multipart": "^9.0.3",
    "@fastify/static": "^9.3.0",
    "crypto-js": "^4.2.0",
    "fastify": "^5.8.5",
    "tar": "^7.5.16"
  },
  "devDependencies": {
    "@types/crypto-js": "^4.2.2",
    "@types/tar": "^6.1.13",
    "selfsigned": "^5.5.0",
    "typescript": "^7.0.2"
  },
  "engines": {
    "node": ">=20.0.0",
    "npm": ">=6.0.0",
    "yarn": ">=1.0.0"
  }
}
