{
  "name": "snapshot-db",
  "version": "0.0.1",
  "description": "SnapshotDB",
  "main": "dist/index.umd.js",
  "types": "dist/index.d.ts",
  "type": "commonjs",
  "files": [
    "/dist"
  ],
  "scripts": {
    "build": "webpack",
    "clean": "rm -rf dist"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lucasrainett/snapshot-db"
  },
  "keywords": [
    "SnapshotDB",
    "Snapshot",
    "Database",
    "nosql"
  ],
  "author": {
    "name": "Lucas Rainett",
    "email": "lucas@rainett.dev",
    "url": "https://github.com/lucasrainett"
  },
  "license": "MIT",
  "packageManager": "pnpm@10.11.1",
  "devDependencies": {
    "ts-loader": "^9.5.2",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.3",
    "webpack": "^5.99.9",
    "webpack-cli": "^6.0.1"
  }
}
