summaryrefslogtreecommitdiff
path: root/packages/idb-bridge/package.json
blob: b8579b053503d0eb725decda9496977498cde3cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "idb-bridge",
  "version": "0.0.9",
  "description": "IndexedDB implementation that uses SQLite3 as storage",
  "main": "./build/index.js",
  "types": "./build/index.d.ts",
  "author": "Florian Dold",
  "license": "AGPL-3.0-or-later",
  "private": false,
  "scripts": {
    "test": "tsc && ava",
    "build": "tsc"
  },
  "devDependencies": {
    "ava": "2.3.0",
    "typescript": "^3.4.5"
  }
}