{
  "name": "puddysql",
  "description": "🍮 Powerful SQL toolkit for Node.js, built with flexibility and structure in mind. Easily manage SQLite3/PostgreSQL, advanced queries, smart tag systems, and full JSON-friendly filters.",
  "version": "1.0.0-beta-8",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "ethereum": "jasmindreasond.x",
  "exports": {
    ".": {
      "require": "./dist/index.cjs",
      "import": "./dist/index.mjs"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Tiny-Essentials/PuddySQL.git"
  },
  "author": "Yasmin Seidel (JasminDreasond)",
  "license": "LGPL-3.0-only",
  "dependencies": {
    "@types/lodash": "^4.17.19",
    "@types/pg": "^8.15.4",
    "@types/sqlite3": "^3.1.11",
    "lodash": "^4.17.21",
    "pg": "^8.16.3",
    "sqlite": "^5.1.1",
    "sqlite3": "^5.1.7"
  },
  "keywords": [
    "sql",
    "sqlite",
    "sqlite3",
    "postgres",
    "postgresql",
    "query",
    "query-builder",
    "sql-builder",
    "json",
    "json-query",
    "tag-system",
    "tags",
    "advanced-search",
    "search",
    "database",
    "structured-query"
  ],
  "scripts": {
    "test": "npm run test:mjs && npm run test:cjs && npm run test:js",
    "test:js": "node -r @babel/register test/index.js",
    "test:mjs": "node test/index.mjs",
    "test:cjs": "node test/index.cjs",
    "fix:prettier": "npm run fix:prettier:src && npm run fix:prettier:test && npm run fix:prettier:rollup.config && npm run fix:prettier:webpack.config",
    "fix:prettier:src": "prettier --write ./src/*",
    "fix:prettier:test": "prettier --write ./test/*",
    "fix:prettier:rollup.config": "prettier --write ./rollup.config.mjs",
    "fix:prettier:webpack.config": "prettier --write ./webpack.config.mjs",
    "auto-build": "npm run build",
    "build": "npm run build:essentials && tsc -p tsconfig.json && rollup -c && webpack --mode production",
    "build:essentials": "npx tiny-essentials-fork --out-dir=src/tiny-modules basics/objChecker/isJsonObject",
    "build-clean": "npm run clean && npm run build",
    "build-dist": "npm run build",
    "clean": "rm -rf dist",
    "prepublishOnly": "npm run build"
  },
  "devDependencies": {
    "@babel/cli": "^8.0.1",
    "@babel/core": "^8.0.1",
    "@babel/node": "^8.0.1",
    "@babel/preset-env": "^8.0.2",
    "@babel/register": "^8.0.1",
    "@rollup/plugin-commonjs": "^29.0.3",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-terser": "^1.0.0",
    "@rollup/plugin-typescript": "^12.3.0",
    "@types/http-errors": "^2.0.5",
    "@types/node": "^24.0.10",
    "babel-preset-es2015": "^6.24.1",
    "http-errors": "^2.0.0",
    "node-polyfill-webpack-plugin": "^4.1.0",
    "prettier": "^3.9.4",
    "rollup": "^4.62.2",
    "rollup-preserve-directives": "^1.1.3",
    "safe-stable-stringify": "^2.5.0",
    "tiny-essentials": "^1.28.0",
    "tslib": "^2.8.1",
    "typescript": "^6.0.3",
    "webpack": "^5.99.6",
    "webpack-cli": "^6.0.1"
  }
}
