{
  "name": "sqlite-wasm-viewer",
  "version": "1.2.0",
  "description": "Browser SQLite OPFS viewer for @sqlite.org/sqlite-wasm: inspect OPFS-backed databases, run SQL, and filter tables.",
  "main": "dist/index.js",
  "homepage": "https://github.com/mifozski/sqlite-wasm-viewer#readme",
  "bugs": {
    "url": "https://github.com/mifozski/sqlite-wasm-viewer/issues"
  },
  "scripts": {
    "build": "yarn build-transpile && yarn build-copy-css",
    "build-transpile": "babel src --extensions .ts --out-dir=dist --presets=@babel/env,@babel/typescript",
    "build-copy-css": "copyfiles -u 1 src/**/*.css dist",
    "publish": "yarn build && yarn npm publish"
  },
  "keywords": [
    "sqlite",
    "sqlite-wasm",
    "opfs",
    "opfs-viewer",
    "wasm",
    "viewer",
    "browser",
    "sql",
    "database",
    "inspector",
    "sqlite-wasm-viewer"
  ],
  "author": {
    "name": "Andrey Efimov",
    "email": "mifozski@gmail.com",
    "url": "https://github.com/mifozski"
  },
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mifozski/sqlite-wasm-viewer.git"
  },
  "files": [
    "dist/",
    "index.d.ts"
  ],
  "devDependencies": {
    "@babel/cli": "^7.22.9",
    "@babel/core": "^7.22.9",
    "@babel/node": "^7.22.6",
    "@babel/preset-env": "^7.22.9",
    "@babel/preset-typescript": "^7.22.5",
    "@babel/runtime": "^7.22.6",
    "@types/wicg-file-system-access": "^2020.9.6",
    "eslint": "^8.46.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-prettier": "^8.10.0",
    "eslint-plugin-import": "^2.28.0",
    "eslint-plugin-json": "^3.1.0",
    "eslint-plugin-prettier": "^5.0.0",
    "glob": "^10.3.4",
    "prettier": "^3.0.1",
    "typescript": "^5.1.6"
  },
  "packageManager": "yarn@3.6.1",
  "peerDependencies": {
    "@sqlite.org/sqlite-wasm": "^3.x.x"
  }
}