{
  "name": "@alwatr/nitrobase-helper",
  "version": "7.8.0",
  "description": "Extremely fast and compact JSON-based database that operates in memory, includes a JSON file backup, and serve over the highly accelerated Nginx.",
  "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
  "keywords": [
    "database",
    "storage",
    "json",
    "nosql",
    "no-sql",
    "data",
    "data-storage",
    "file",
    "typescript",
    "esm",
    "alwatr"
  ],
  "type": "module",
  "main": "./dist/main.cjs",
  "module": "./dist/main.mjs",
  "types": "./dist/main.d.ts",
  "exports": {
    ".": {
      "types": "./dist/main.d.ts",
      "import": "./dist/main.mjs",
      "require": "./dist/main.cjs"
    }
  },
  "license": "AGPL-3.0-only",
  "files": [
    "**/*.{js,mjs,cjs,map,d.ts,html,md}",
    "!demo/**/*"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Alwatr/nitrobase",
    "directory": "packages/helper"
  },
  "homepage": "https://github.com/Alwatr/nitrobase#readme",
  "bugs": {
    "url": "https://github.com/Alwatr/nitrobase/issues"
  },
  "prettier": "@alwatr/prettier-config",
  "scripts": {
    "b": "yarn run build",
    "w": "yarn run watch",
    "c": "yarn run clean",
    "cb": "yarn run clean && yarn run build",
    "d": "yarn run build:es && yarn node",
    "build": "yarn run build:ts & yarn run build:es",
    "build:es": "nano-build --preset=module",
    "build:ts": "tsc --build",
    "watch": "yarn run watch:ts & yarn run watch:es",
    "watch:es": "yarn run build:es --watch",
    "watch:ts": "yarn run build:ts --watch --preserveWatchOutput",
    "clean": "rm -rfv dist *.tsbuildinfo"
  },
  "dependencies": {
    "@alwatr/nanolib": "^5.5.0",
    "@alwatr/nitrobase-types": "^7.8.0"
  },
  "devDependencies": {
    "@alwatr/nano-build": "^5.5.0",
    "@alwatr/prettier-config": "^5.0.0",
    "@alwatr/tsconfig-base": "^5.0.0",
    "@alwatr/type-helper": "^5.4.0",
    "@types/node": "^22.13.9",
    "typescript": "^5.8.2"
  },
  "gitHead": "fc40e664a2fe93d060fdbed6a05377043bbdc890"
}
