blob: 7ac39726b81a4b87aedb372b9d1e96026794eb66 (
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.11",
"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.7.0"
}
}
|