19 lines
408 B
JSON
19 lines
408 B
JSON
{
|
|
"name": "idb-bridge",
|
|
"version": "0.0.5",
|
|
"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.1.0",
|
|
"typescript": "^3.4.5"
|
|
}
|
|
}
|