summaryrefslogtreecommitdiffhomepage
path: root/packages/storage-sqlite/package.json
blob: deb75a21f75a604a0e0eb6d5413f280e9ce8fbfa (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "@dispatch/storage-sqlite",
  "version": "0.0.0",
  "type": "module",
  "private": true,
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "dependencies": {
    "@dispatch/kernel": "workspace:*"
  }
}