{
  "name": "@eonic.ai/absurd-sql",
  "author": "Daniel Hendricks <daniel.hendricks@eonic.ai>",
  "version": "0.0.54",
  "main": "./dist/index.js",
  "type": "module",
  "private": false,
  "scripts": {
    "build": "rm -rf dist && rollup -c rollup.config.js",
    "jest": "jest",
    "jest-debug": "jest --runInBand --useStderr",
    "serve": "cd src/examples && ../../node_modules/.bin/webpack serve",
    "p": "git add . && git commit -m \"chore: update untracked files\" && git push"
  },
  "devDependencies": {
    "@babel/plugin-transform-modules-commonjs": "^7.14.5",
    "@jlongster/sql.js": "1.6.7",
    "@rollup/plugin-alias": "^3.1.5",
    "@rollup/plugin-node-resolve": "^13.0.4",
    "babel": "^6.23.0",
    "better-sqlite3": "^7.4.3",
    "detect-browser": "^5.2.0",
    "eslint": "^7.29.0",
    "fast-check": "^2.17.0",
    "html-webpack-plugin": "^5.3.2",
    "jest": "^27.0.5",
    "perf-deets": "^1.0.17",
    "rollup": "^2.53.1",
    "rollup-plugin-extensions": "^0.1.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-web-worker-loader": "^1.6.1",
    "uuid": "^8.3.2",
    "webpack": "^5.41.1",
    "webpack-cli": "^4.7.2",
    "webpack-dev-server": "^3.11.2",
    "worker-loader": "^3.0.8"
  },
  "files": [
    "README.md",
    "dist/**/*",
    "src/**/*"
  ],
  "keywords": [
    "eonic-ai",
    "absurd-sql",
    "sqlite",
    "indexeddb",
    "database",
    "web",
    "worker",
    "backend"
  ],
  "dependencies": {
    "safari-14-idb-fix": "^1.0.4"
  },
  "description": "This is a modified fork of [absurd-sql](https://github.com/jlongster/absurd-sql), for Eonic.ai, a no-code AI system, and is used as an internal package for Eonic.ai Studio. The package allows users to store their data locally as part of the studio in Eonic.ai.",
  "license": "MIT"
}